mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-12-06 02:09:04 +00:00
Fix: Typo
This commit is contained in:
parent
94c72aa7c5
commit
6dfda22dd6
@ -37,7 +37,7 @@ Add the following step at the end of your job.
|
|||||||
# Optional commit user and author settings
|
# Optional commit user and author settings
|
||||||
commit_user_name: My GitHub Actions Bot
|
commit_user_name: My GitHub Actions Bot
|
||||||
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@github.com>
|
||||||
|
|
||||||
# Optional tag message. Will create and push a new tag to the remote repository
|
# Optional tag message. Will create and push a new tag to the remote repository
|
||||||
tagging_message: 'v1.0.0'
|
tagging_message: 'v1.0.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user