Open
Description
At the moment the commit of version bumps is triggering the pre-commit pipeline which would involve installing quite a few packages, which I would like to avoid using --no-verify
.
There should be an option to pass arguments to the involved git commands.
I tried
uses: changesets/action@v1
with:
commit: "\"Version Packages\" --no-verify"
but despite seeing the action run /usr/bin/git commit -m "Version Packages" --no-verify
, it triggers the pre commit commands to run.
Metadata
Metadata
Assignees
Labels
No labels
Activity