Update Wording
This commit is contained in:
parent
0ad4c8ce73
commit
ce08dda6b3
@ -39,7 +39,7 @@ Add the following step at the end of your job.
|
|||||||
commit_user_email: my-github-actions-bot@example.org
|
commit_user_email: my-github-actions-bot@example.org
|
||||||
commit_author: Author <actions@gitub.com>
|
commit_author: Author <actions@gitub.com>
|
||||||
|
|
||||||
# Optional. If value is set, the commit will be tagged with the given value
|
# Optional tag message. Will create and push a new tag to the remote repository
|
||||||
tagging_message: 'v1.0.0'
|
tagging_message: 'v1.0.0'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ inputs:
|
|||||||
required: false
|
required: false
|
||||||
default: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
default: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
||||||
tagging_message:
|
tagging_message:
|
||||||
description: Value used for a git tag. Keep it empty to not tag the commit.
|
description: Message used to create a new git tag with the commit. Keep this empty, if no tag should be created.
|
||||||
required: false
|
required: false
|
||||||
default: ''
|
default: ''
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user