From e7c9d6085baad56588fcf128c6114b1c4f81a59f Mon Sep 17 00:00:00 2001 From: Arlind Date: Fri, 20 Jun 2025 16:23:57 +0200 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8921158..e2b7dd5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -115,6 +115,7 @@ jobs: - name: Update README with user skins id: update_readme + shell: bash run: | user_rows_file="${{ steps.find_skins.outputs.user_rows_file }}" avatar_rows_file="${{ steps.find_skins.outputs.avatar_rows_file }}" @@ -122,7 +123,7 @@ jobs: README_PATH="README.md" 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 fi