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 fa4faae commit c873003Copy full SHA for c873003
.github/workflows/format.yml
@@ -24,5 +24,5 @@ jobs:
24
run: |
25
git config --global user.name "github-actions[bot]"
26
git config --global user.email "github-actions[bot]@user.noreply.github.com"
27
- git commit -a -m"formatted code"
+ git commit -a -m"formatted code" || true
28
git push
0 commit comments