diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index eae0919..5aa0812 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -99,8 +99,9 @@ jobs: printf "%s| %s%s%sProfileSkins\n" \ "$padded_rank" "$username" "$pp_rank" "$pp_country_rank" "$osu_id" "$html_url" >> "$user_rows_file" - printf "%s| \n" \ - "$padded_rank" "$html_url" "$osu_id" >> "$avatar_rows_file" + timestamp=$(date +%s) + printf "%s| \n" \ + "$padded_rank" "$html_url" "$osu_id" "$timestamp" >> "$avatar_rows_file" total_valid_entries=$((total_valid_entries + 1)) fi fi