This commit is contained in:
Peter Evans
2025-12-09 20:23:02 +00:00
committed by GitHub
parent 41c0e4b789
commit 98357b18bf
11 changed files with 171 additions and 221 deletions

View File

@@ -37,7 +37,7 @@ So the straightforward solution is to just not install them during the workflow
- If hooks are automatically enabled by a framework, use an option provided by the framework to disable them. For example, for Husky users, they can be disabled with the `--ignore-scripts` flag, or by setting the `HUSKY` environment variable when the action runs.
```yml
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
env:
HUSKY: '0'
```