Skip to content

Commit

Permalink
why we should disable HUSKY here
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed May 14, 2024
1 parent 6624e3a commit d132d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-dependency-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
git config --local user.name "GitHub Action"
git add **/package.json pnpm-lock.yaml
git status
git commit -m "chore: update dependencies and lock file"
HUSKY=0 git commit -m "chore: update dependencies and lock file"
- uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit d132d1c

Please sign in to comment.