Skip to content

Commit

Permalink
Merge pull request #354 from parkerbxyz/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel authored Jan 11, 2025
2 parents 0b492c0 + 032ffbe commit e348103
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 e348103

Please sign in to comment.