Skip to content

Commit b8bdea8

Browse files
committed
fixup
1 parent d6d53a5 commit b8bdea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prprecommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
git config --local user.email "[email protected]"
3838
git config --local user.name "PR Pre-Commit Bot"
39-
git commit -m "add bot commits" -a
39+
git diff-index --quiet HEAD || git commit -m "add bot commits" -a
4040
- name: Push changes
4141
uses: ad-m/[email protected]
4242
with:

0 commit comments

Comments
 (0)