Merge pull request #52 from localheinz/fix/typo

Fix: Typo
This commit is contained in:
Stefan Zweifel 2020-03-13 17:02:58 +01:00 committed by GitHub
commit b1833bd054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ Add the following step at the end of your job.
# Optional commit user and author settings
commit_user_name: My GitHub Actions Bot
commit_user_email: my-github-actions-bot@example.org
commit_author: Author <actions@gitub.com>
commit_author: Author <actions@github.com>
# Optional tag message. Will create and push a new tag to the remote repository
tagging_message: 'v1.0.0'