Update .gitea/workflows/ci.yml
Some checks failed
Update Community Skins README / Full CI/CD Pipeline (push) Failing after 5s

This commit is contained in:
Arlind
2025-06-20 16:23:57 +02:00
parent 8a32ef3822
commit e7c9d6085b

View File

@@ -115,6 +115,7 @@ jobs:
- name: Update README with user skins - name: Update README with user skins
id: update_readme id: update_readme
shell: bash
run: | run: |
user_rows_file="${{ steps.find_skins.outputs.user_rows_file }}" user_rows_file="${{ steps.find_skins.outputs.user_rows_file }}"
avatar_rows_file="${{ steps.find_skins.outputs.avatar_rows_file }}" avatar_rows_file="${{ steps.find_skins.outputs.avatar_rows_file }}"
@@ -122,7 +123,7 @@ jobs:
README_PATH="README.md" README_PATH="README.md"
if [ "$total_valid_entries" -eq 0 ]; then if [ "$total_valid_entries" -eq 0 ]; then
echo "No valid entries found skipping README update" echo "No valid entries found, skipping README update"
exit 0 exit 0
fi fi