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.
2 parents 359ff51 + 0af5ccc commit 9cedaf3Copy full SHA for 9cedaf3
.github/workflows/update_readme.yml
@@ -24,5 +24,5 @@ jobs:
24
run: |
25
git config --global user.name 'Marcel Blijleven'
26
git config --global user.email '[email protected]'
27
- if ! git diff-index --quiet HEAD; then git commit -am "docs: update README"; fi
+ [[ -n $(git status -s) ]] && git commit -am "docs: update README"
28
git push
0 commit comments