Skip to content

Commit

Permalink
Use github-actions[bot] user as commit user (#213)
Browse files Browse the repository at this point in the history
Fixes #212
  • Loading branch information
jooola committed Apr 12, 2022
1 parent 30fd9f9 commit 73f1733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73f1733

Please sign in to comment.