From dfc23fcde00df97a9bb8fae28f29f239b529915d Mon Sep 17 00:00:00 2001 From: Arlind Date: Tue, 17 Jun 2025 17:17:25 +0200 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b98909a..5c0be8e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: printf "%s| %s%s%sProfileSkins\n" \ "$padded_rank" "$username" "$pp_rank" "$pp_country_rank" "$osu_id" "$html_url" >> "$user_rows_file" - timestamp=$(date +%s) + timestamp=$(( $(date +%s) / 86400 * 86400 )) printf "%s| \n" \ "$padded_rank" "$html_url" "$osu_id" "$timestamp" >> "$avatar_rows_file" total_valid_entries=$((total_valid_entries + 1))