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'
```