From 73f17337ef94eb9524dd420ff11a97846ff3acb0 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Tue, 12 Apr 2022 20:30:34 +0200 Subject: [PATCH] Use github-actions[bot] user as commit user (#213) Fixes #212 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 0c30824..09bce42 100644 --- a/action.yml +++ b/action.yml @@ -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