Skip to content

Commit 032ffbe

Browse files
authored
Include github.actor_id in default commit_author
This mimics the default commit author used by GitHub and matches the format used for the default `commit_user_email`.
1 parent 0b492c0 commit 032ffbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ inputs:
4343
commit_author:
4444
description: Value used for the commit author. Defaults to the username of whoever triggered this workflow run.
4545
required: false
46-
default: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
46+
default: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
4747
tagging_message:
4848
description: Message used to create a new git tag with the commit. Keep this empty, if no tag should be created.
4949
required: false

0 commit comments

Comments
 (0)