Update .gitea/workflows/ci.yml
This commit is contained in:
@@ -108,14 +108,13 @@ jobs:
|
||||
padded_rank="9999999"
|
||||
|
||||
gitea_avatar_url="https://git.sulejmani.xyz/avatar/$owner"
|
||||
profile_url="https://git.sulejmani.xyz/$owner"
|
||||
skins_url="$profile_url?tab=repositories"
|
||||
osu_profile_url="https://osu.ppy.sh/users/$osu_id"
|
||||
|
||||
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" \
|
||||
"$padded_rank" "$username" "$pp_rank" "$pp_country_rank" "$profile_url" "$skins_url" >> "$USER_ROWS_FILE"
|
||||
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"
|
||||
|
||||
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))
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user