Skip to content

Option to skip pre-commit hooks #352

Discussion options

You must be logged in to vote

There's a commit_options-input available.
If you want to pass --no-verify to git-commit, you can update you workflow like this:

- uses: stefanzweifel/git-auto-commit-action@v5
  with:
    commit_options: '--no-verify'

I think that should solve the problem with the pre-commit hooks.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ryanwilsonperkin
Comment options

Answer selected by stefanzweifel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants