Use github-actions[bot] user as commit user (#213)

Fixes #212
This commit is contained in:
Jonas L 2022-04-12 20:30:34 +02:00 committed by GitHub
parent 30fd9f94bc
commit 73f17337ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,11 +35,11 @@ inputs:
commit_user_name:
description: Name used for the commit user
required: false
default: GitHub Actions
default: github-actions[bot]
commit_user_email:
description: Email address used for the commit user
required: false
default: actions@github.com
default: github-actions[bot]@users.noreply.github.com
commit_author:
description: Value used for the commit author. Defaults to the username of whoever triggered this workflow run.
required: false