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.
2 parents 0b492c0 + 032ffbe commit e348103Copy full SHA for e348103
action.yml
@@ -43,7 +43,7 @@ inputs:
43
commit_author:
44
description: Value used for the commit author. Defaults to the username of whoever triggered this workflow run.
45
required: false
46
- default: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
+ default: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
47
tagging_message:
48
description: Message used to create a new git tag with the commit. Keep this empty, if no tag should be created.
49
0 commit comments