Remove ambigious unicode character
All checks were successful
Update Community Skins README / Full CI/CD Pipeline (push) Successful in 8s

This commit is contained in:
2025-06-20 16:49:34 +02:00
parent 296869d14f
commit 5b93005561

View File

@@ -126,7 +126,7 @@ jobs:
printf "%s|<a href=\"%s\"><img src=\"https://a.ppy.sh/%s?%s\" width=175 height=175></a>\n" \ 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" "$padded_rank" "$html_url" "$osu_id" "$timestamp" >> "$avatar_rows_file"
echo " ✅ Match: $username (Rank #$pp_rank) repo contains Skins/ directory" echo " ✅ Match: $username (Rank #$pp_rank), repo contains Skins/ directory"
total_valid_entries=$((total_valid_entries + 1)) total_valid_entries=$((total_valid_entries + 1))
done done