mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-02-11 02:04:26 +00:00
Merge pull request #354 from parkerbxyz/patch-1
This commit is contained in:
commit
e348103e90
@ -43,7 +43,7 @@ inputs:
|
||||
commit_author:
|
||||
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>
|
||||
default: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
|
||||
tagging_message:
|
||||
description: Message used to create a new git tag with the commit. Keep this empty, if no tag should be created.
|
||||
required: false
|
||||
|
Loading…
Reference in New Issue
Block a user