Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to pass custom arguments to the git commands #433

Open
Grsz opened this issue Dec 17, 2024 · 0 comments
Open

Add ability to pass custom arguments to the git commands #433

Grsz opened this issue Dec 17, 2024 · 0 comments

Comments

@Grsz
Copy link

Grsz commented Dec 17, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant