diff --git a/action.yml b/action.yml index 8192c95..fe8bfb3 100644 --- a/action.yml +++ b/action.yml @@ -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