Skip to content

Commit

Permalink
Update update-pre-commit-hooks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed Apr 29, 2024
1 parent 5d81dc0 commit 2fb1d08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-pre-commit-hooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
- name: commit changes if any
run: |
if [[ $(git status --porcelain) ]]; then
git config --global user.name 'Torben'
git config --global user.email '59419684+entorb@users.noreply.github.com'
git config --global user.name 'GitHub Action'
git commit -am "Update .pre-commit-config.yaml"
git push
fi

0 comments on commit 2fb1d08

Please sign in to comment.