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 cfc8ba1 commit 5cd7437Copy full SHA for 5cd7437
.github/workflows/pre-commit.yml
@@ -20,13 +20,13 @@ jobs:
20
id: pre-commit
21
with:
22
extra_args: --all-files
23
+ continue-on-error: true
24
25
- name: Print pre-commit result
26
run: |
27
echo "Pre-commit result: ${{ steps.pre-commit.outputs.result }}"
28
29
- name: Push changes back to repo
- if: ${{ steps.pre-commit.outputs.result == 'modified' }}
30
31
git config --global user.name "github-actions[bot]"
32
git config --global user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments