Update .gitea/workflows/ci.yml
This commit is contained in:
@@ -107,7 +107,7 @@ jobs:
|
|||||||
|
|
||||||
pp_rank=$(echo "$user_data" | jq -r '.[0].pp_rank // "9999999"')
|
pp_rank=$(echo "$user_data" | jq -r '.[0].pp_rank // "9999999"')
|
||||||
pp_country_rank=$(echo "$user_data" | jq -r '.[0].pp_country_rank // "-"')
|
pp_country_rank=$(echo "$user_data" | jq -r '.[0].pp_country_rank // "-"')
|
||||||
username=$(echo "$user_data" | jq -r '.[0].username // "'"$owner"'")'
|
username=$(echo "$user_data" | jq -r --arg owner "$owner" '.[0].username // $owner')
|
||||||
padded_rank=$(printf "%07d" "$pp_rank")
|
padded_rank=$(printf "%07d" "$pp_rank")
|
||||||
|
|
||||||
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" \
|
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" \
|
||||||
@@ -130,10 +130,11 @@ jobs:
|
|||||||
page=$((page + 1))
|
page=$((page + 1))
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "user_rows_file=$user_rows_file" >> "$GITHUB_OUTPUT"
|
{
|
||||||
echo "avatar_rows_file=$avatar_rows_file" >> "$GITHUB_OUTPUT"
|
echo "user_rows_file=$user_rows_file"
|
||||||
echo "total_valid_entries=$total_valid_entries" >> "$GITHUB_OUTPUT"
|
echo "avatar_rows_file=$avatar_rows_file"
|
||||||
|
echo "total_valid_entries=$total_valid_entries"
|
||||||
|
} >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
update_and_push_readme:
|
update_and_push_readme:
|
||||||
name: Update README and Push Changes
|
name: Update README and Push Changes
|
||||||
|
|||||||
Reference in New Issue
Block a user