Skip to content

Commit ce08dda

Browse files
committed
Update Wording
1 parent 0ad4c8c commit ce08dda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Add the following step at the end of your job.
3939
commit_user_email: my-github-actions-bot@example.org
4040
commit_author: Author <actions@gitub.com>
4141

42-
# Optional. If value is set, the commit will be tagged with the given value
42+
# Optional tag message. Will create and push a new tag to the remote repository
4343
tagging_message: 'v1.0.0'
4444
```
4545

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ inputs:
3535
required: false
3636
default: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
3737
tagging_message:
38-
description: Value used for a git tag. Keep it empty to not tag the commit.
38+
description: Message used to create a new git tag with the commit. Keep this empty, if no tag should be created.
3939
required: false
4040
default: ''
4141

0 commit comments

Comments
 (0)