We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e36d1b commit 3e244c3Copy full SHA for 3e244c3
.github/workflows/update-readme.yml
@@ -55,8 +55,9 @@ jobs:
55
echo "changes-found=false" >> $GITHUB_ENV
56
fi
57
echo "::notice::Checked and updated README if changes were found."
58
+ continue-on-error: true
59
- # Step 6: Commit changes and create a new branch
60
+ # Step 6: Commit changes and create a new branch (only if changes were found)
61
- name: Commit changes and create a new branch
62
if: env.changes-found == 'true'
63
run: |
0 commit comments