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