Skip to content

Commit

Permalink
Include github.actor_id in default commit_author
Browse files Browse the repository at this point in the history
This mimics the default commit author used by GitHub and matches the format used for the default `commit_user_email`.
  • Loading branch information
parkerbxyz authored Jan 10, 2025
1 parent 0b492c0 commit 032ffbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 032ffbe

Please sign in to comment.