Skip to content

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

Open
@Grsz

Description

@Grsz

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions