Update .gitea/workflows/ci.yml
All checks were successful
Update Community Skins README / gather-skins (push) Successful in 12s
Update Community Skins README / generate-readme (push) Successful in 5s
Update Community Skins README / commit-readme (push) Successful in 6s

This commit is contained in:
Arlind
2025-07-17 08:59:20 +02:00
parent 46caad160d
commit 94e6334517

View File

@@ -107,7 +107,8 @@ jobs:
pp_country_rank="RESTRICTED" pp_country_rank="RESTRICTED"
padded_rank="9999999" padded_rank="9999999"
osu_profile_url="https://osu.ppy.sh/users/$osu_id" osu_profile_url="https://osu.ppy.sh/users/$osu_id"
avatar_url=$(echo "$users_json" | jq -r ".[$i].avatar_url")"?size=512" #avatar_url=$(echo "$users_json" | jq -r ".[$i].avatar_url")"?size=512"
avatar_url="https://a.ppy.sh/$osu_id?$timestamp"
printf "%s|<tr><td>%s</td><td>%s</td><td>%s</td><td><a href=\"%s\">Profile</a></td><td><a href=\"%s\">Skins</a></td></tr>\n" \ printf "%s|<tr><td>%s</td><td>%s</td><td>%s</td><td><a href=\"%s\">Profile</a></td><td><a href=\"%s\">Skins</a></td></tr>\n" \
"$padded_rank" "$username" "$pp_rank" "$pp_country_rank" "$osu_profile_url" "$html_url" >> "$USER_ROWS_FILE" "$padded_rank" "$username" "$pp_rank" "$pp_country_rank" "$osu_profile_url" "$html_url" >> "$USER_ROWS_FILE"