Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyaCoder committed Oct 10, 2024
1 parent 9a70232 commit 5776bad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
- uses: pre-commit/[email protected]
with:
extra_args: --all-files
continue-on-error: true
- name: Push changes back to repo
if: ${{ steps.pre-commit.outcome == 'failure' }}
if: ${{ steps.pre-commit.outputs.result == 'modified' }}
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 5776bad

Please sign in to comment.