File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Add the following step at the end of your job.
3939 commit_user_email : my-github-actions-bot@example.org
4040 commit_author : Author <actions@gitub.com>
4141
42- # Optional. If value is set, the commit will be tagged with the given value
42+ # Optional tag message. Will create and push a new tag to the remote repository
4343 tagging_message : ' v1.0.0'
4444` ` `
4545
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ inputs:
3535 required : false
3636 default : ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
3737 tagging_message :
38- description : Value used for a git tag. Keep it empty to not tag the commit .
38+ description : Message used to create a new git tag with the commit . Keep this empty, if no tag should be created .
3939 required : false
4040 default : ' '
4141
You can’t perform that action at this time.
0 commit comments