Replies: 1 comment 2 replies
-
Apparently there is an option to specify the branch name to push to on the commit action: https://github.com/stefanzweifel/git-auto-commit-action/blob/master/action.yml#L11 I feel like this will have issues when you run it on tag push, though. If you add a new commit, it will not be the commit that the tag is pointing to. If you amend the commit, it will similarly not match the exact SHA that the tag is assigned to. Maybe you'd want to use If you use the tag to create a release, maybe there is a way to add the images to the release files instead. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I run the keymap-drawer ci on if tag has been pushed.
in such case i can't amend the commit message, since it tag version not a branch.
I tried with commit_message but it fail as well,
Is there any way to commit to specific branch?
Beta Was this translation helpful? Give feedback.
All reactions