Update .gitea/workflows/ci.yml
This commit is contained in:
@@ -99,8 +99,9 @@ jobs:
|
||||
|
||||
printf "%s| <tr><td>%s</td><td>%s</td><td>%s</td><td><a href=\"https://osu.ppy.sh/users/%s\">Profile</a></td><td><a href=\"%s\">Skins</a></td></tr>\n" \
|
||||
"$padded_rank" "$username" "$pp_rank" "$pp_country_rank" "$osu_id" "$html_url" >> "$user_rows_file"
|
||||
printf "%s| <a href=\"%s\"><img src=\"https://a.ppy.sh/%s\" width=175 height=175></a>\n" \
|
||||
"$padded_rank" "$html_url" "$osu_id" >> "$avatar_rows_file"
|
||||
timestamp=$(date +%s)
|
||||
printf "%s| <a href=\"%s\"><img src=\"https://a.ppy.sh/%s?%s\" width=175 height=175></a>\n" \
|
||||
"$padded_rank" "$html_url" "$osu_id" "$timestamp" >> "$avatar_rows_file"
|
||||
total_valid_entries=$((total_valid_entries + 1))
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user