We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd88c9 commit db7bfe5Copy full SHA for db7bfe5
action.yml
@@ -45,11 +45,11 @@ inputs:
45
required: false
46
default: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
47
tag:
48
- description: New git tag with the commit. Keep this empty, if no tag should be created.
+ description: Tag name used for creating a new git tag with the commit. Keep this empty, if no tag should be created.
49
50
default: ''
51
tagging_message:
52
- description: Message used to create a new git tag with the commit.
+ description: Tagging message used for creating a new git tag with the commit. Keep this empty, if no tag should be created.
53
54
55
push_options:
0 commit comments