feature: allow using custom tag message

Signed-off-by: Elias Boulharts <elias@MacBook-Pro-de-Elias.local>
This commit is contained in:
Elias Boulharts
2025-09-24 12:15:10 +02:00
parent 01d77ca6cb
commit e9f84b936b
4 changed files with 130 additions and 38 deletions

View File

@@ -44,8 +44,12 @@ 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_id }}+${{ github.actor }}@users.noreply.github.com>
tag:
description: New git tag with the commit. Keep this empty, if no tag should be created.
required: false
default: ''
tagging_message:
description: Message used to create a new git tag with the commit. Keep this empty, if no tag should be created.
description: Message used to create a new git tag with the commit.
required: false
default: ''
push_options: