Skip to content

Commit c873003

Browse files
authored
Update format.yml
1 parent fa4faae commit c873003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
run: |
2525
git config --global user.name "github-actions[bot]"
2626
git config --global user.email "github-actions[bot]@user.noreply.github.com"
27-
git commit -a -m"formatted code"
27+
git commit -a -m"formatted code" || true
2828
git push

0 commit comments

Comments
 (0)