Update author to new email format

This commit is contained in:
Teko012 2023-04-08 20:51:42 +02:00
parent 88b6a11f25
commit 247bc8a862
No known key found for this signature in database
4 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@ inputs:
description: >
The author name and email address in the format `Display Name <email@address.com>`.
Defaults to the user who triggered the workflow run.
default: '${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>'
default: '${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>'
signoff:
description: 'Add `Signed-off-by` line by the committer at the end of the commit log message.'
default: false