comply with SC2129
This commit is contained in:
@@ -129,16 +129,15 @@ jobs:
|
||||
echo " ✅ Match: $username (Rank #$pp_rank), repo contains Skins/ directory"
|
||||
total_valid_entries=$((total_valid_entries + 1))
|
||||
done
|
||||
|
||||
echo
|
||||
done
|
||||
|
||||
page=$((page + 1))
|
||||
done
|
||||
|
||||
echo "user_rows_file=$user_rows_file" >> "$GITHUB_OUTPUT"
|
||||
echo "avatar_rows_file=$avatar_rows_file" >> "$GITHUB_OUTPUT"
|
||||
echo "total_valid_entries=$total_valid_entries" >> "$GITHUB_OUTPUT"
|
||||
{
|
||||
echo "user_rows_file=$user_rows_file"
|
||||
echo "avatar_rows_file=$avatar_rows_file"
|
||||
echo "total_valid_entries=$total_valid_entries"
|
||||
} >> "$GITHUB_OUTPUT"
|
||||
|
||||
echo
|
||||
echo "✅ Total valid skin entries found: $total_valid_entries"
|
||||
|
||||
Reference in New Issue
Block a user