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 d6d53a5 commit b8bdea8Copy full SHA for b8bdea8
.github/workflows/prprecommit.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
git config --local user.email "[email protected]"
38
git config --local user.name "PR Pre-Commit Bot"
39
- git commit -m "add bot commits" -a
+ git diff-index --quiet HEAD || git commit -m "add bot commits" -a
40
- name: Push changes
41
uses: ad-m/[email protected]
42
with:
0 commit comments