Update Wording

This commit is contained in:
Stefan Zweifel 2020-03-05 20:48:00 +01:00
parent 0ad4c8ce73
commit ce08dda6b3
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ Add the following step at the end of your job.
commit_user_email: my-github-actions-bot@example.org
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'
```

View File

@ -35,7 +35,7 @@ inputs:
required: false
default: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
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
default: ''