From 458a4958cfaaa2ee46f214a818f0ee80218bec45 Mon Sep 17 00:00:00 2001 From: Arlind-dev Date: Wed, 25 Jun 2025 14:06:54 +0200 Subject: [PATCH] wth --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4b7ab29..7c905c1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -85,11 +85,11 @@ jobs: padded_rank=$(printf "%07d" "$pp_rank") printf "%s|%s%s%sProfileSkins\n" \ - "$padded_rank" "$username" "$pp_rank" "$pp_country_rank" "$osu_id" "$html_url" >> "$user_rows_file" + "$padded_rank" "$username" "$pp_rank" "$pp_country_rank" "$osu_id" "$html_url" >> "$USER_ROWS_FILE" timestamp=$(( $(date +%s) / 86400 * 86400 )) printf "%s|\n" \ - "$padded_rank" "$html_url" "$osu_id" "$timestamp" >> "$avatar_rows_file" + "$padded_rank" "$html_url" "$osu_id" "$timestamp" >> "$AVATAR_ROWS_FILE" total_valid_entries=$((total_valid_entries + 1)) done