Update .gitea/workflows/ci.yml
Some checks failed
Update Community Skins README / Full CI/CD Pipeline (push) Failing after 5s
Some checks failed
Update Community Skins README / Full CI/CD Pipeline (push) Failing after 5s
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user