Describe the solution you'd like
An optional tag: key with which to tag the commit.
Additional context
This would be useful when the action is being used on an ancillary repository to synchronize workflows.
In my case, I have a project that, when published, triggers a number of other project workflows to start; these helper workflows do things like update Homebrew recipes and build Arch AUR packages. I'm using git-auto-commit-action to commit the changes being made by the workflows; it'd be great if the repos could also be tagged with the same tag as the upstream project tag that kicked everything off; for this, I'd need git-auto-commit-action to also tag the commit.
Describe the solution you'd like
An optional
tag:key with which to tag the commit.Additional context
This would be useful when the action is being used on an ancillary repository to synchronize workflows.
In my case, I have a project that, when published, triggers a number of other project workflows to start; these helper workflows do things like update Homebrew recipes and build Arch AUR packages. I'm using git-auto-commit-action to commit the changes being made by the workflows; it'd be great if the repos could also be tagged with the same tag as the upstream project tag that kicked everything off; for this, I'd need git-auto-commit-action to also tag the commit.