From 1877439630050a2a94c75f6af38f317b2603c14a Mon Sep 17 00:00:00 2001 From: Shinsuke Higashiyama aka Cinzeng Zia <94058150+sinsukehlab@users.noreply.github.com> Date: Tue, 26 Mar 2024 00:35:39 +0900 Subject: [PATCH] Change git user.name and user.email (#69) github-actions[bot]@users.noreply.github.com --- .github/workflows/0-welcome.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/0-welcome.yml b/.github/workflows/0-welcome.yml index 18a8bc9..90513df 100644 --- a/.github/workflows/0-welcome.yml +++ b/.github/workflows/0-welcome.yml @@ -69,8 +69,8 @@ jobs: git checkout -b $BRANCH echo "Make a commit" - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name github-actions[bot] + git config user.email github-actions[bot]@users.noreply.github.com git commit --allow-empty --message="Create an empty commit" echo "Push"