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 232d55b commit c4139c3Copy full SHA for c4139c3
.github/workflows/update_readme.yaml
@@ -27,5 +27,5 @@ jobs:
27
run: |
28
git config --global user.name 'Marcel Blijleven'
29
git config --global user.email 'marcelblijleven@users.noreply.github.com'
30
- [[ -n $(git status -s) ]] && git commit -am "docs: update README"
+ [[ -n $(git status -s) ]] && git add -A && git commit -m "docs: update README"
31
git push
0 commit comments