comply with SC2129
This commit is contained in:
@@ -129,16 +129,15 @@ jobs:
|
|||||||
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
|
||||||
|
|
||||||
echo
|
|
||||||
done
|
done
|
||||||
|
|
||||||
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"
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "✅ Total valid skin entries found: $total_valid_entries"
|
echo "✅ Total valid skin entries found: $total_valid_entries"
|
||||||
|
|||||||
Reference in New Issue
Block a user