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

This commit is contained in:
Arlind
2025-07-17 08:30:00 +02:00
parent fb618a5ebf
commit e0a7f5bf5d

View File

@@ -108,14 +108,13 @@ jobs:
padded_rank="9999999" padded_rank="9999999"
gitea_avatar_url="https://git.sulejmani.xyz/avatar/$owner" gitea_avatar_url="https://git.sulejmani.xyz/avatar/$owner"
profile_url="https://git.sulejmani.xyz/$owner" osu_profile_url="https://osu.ppy.sh/users/$osu_id"
skins_url="$profile_url?tab=repositories"
printf "%s|<tr><td>%s</td><td>%s</td><td>%s</td><td><a href=\"%s\">Gitea</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" "$profile_url" "$skins_url" >> "$USER_ROWS_FILE" "$padded_rank" "$username" "$pp_rank" "$pp_country_rank" "$osu_profile_url" "$html_url" >> "$USER_ROWS_FILE"
printf "%s|<a href=\"%s\"><img src=\"%s\" width=175 height=175></a>\n" \ printf "%s|<a href=\"%s\"><img src=\"%s\" width=175 height=175></a>\n" \
"$padded_rank" "$skins_url" "$gitea_avatar_url" >> "$AVATAR_ROWS_FILE" "$padded_rank" "$html_url" "$gitea_avatar_url" >> "$AVATAR_ROWS_FILE"
total_valid_entries=$((total_valid_entries + 1)) total_valid_entries=$((total_valid_entries + 1))
continue continue