Add tagging_message input option

This commit is contained in:
Stefan Zweifel
2020-03-05 20:31:06 +01:00
parent d4a53f1779
commit 3387b2f267
3 changed files with 18 additions and 0 deletions

View File

@@ -34,6 +34,10 @@ inputs:
description: Value used for the commit author. Defaults to the username of whoever triggered this workflow run.
required: false
default: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
tagging_message:
description: Value used for a git tag. Keep it empty to not tag the commit.
required: false
default: ''
outputs:
changes_detected: