From fef3d2916f7e886c1ef20f03fc1f789d1f56ba90 Mon Sep 17 00:00:00 2001 From: Wheeler Law Date: Fri, 10 Feb 2023 13:11:21 -0600 Subject: [PATCH] fix: set the default user to be the email and name of the GHA bot --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4cb37f6..c9629e0 100644 --- a/action.yml +++ b/action.yml @@ -20,7 +20,7 @@ inputs: description: > The committer name and email address in the format `Display Name `. Defaults to the GitHub Actions bot user. - default: 'GitHub ' + default: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>' author: description: > The author name and email address in the format `Display Name `.