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 eee06ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update-pre-commit-hooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ 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 commit -am "Update .pre-commit-config.yaml"
git push
fi

0 comments on commit eee06ef

Please sign in to comment.