From 48a595de58a35be4d37e10cc29828a4428636264 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:36:34 +0900 Subject: [PATCH] Change git user.name and user.email (#25) 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 3134cd4..733d588 100644 --- a/.github/workflows/0-welcome.yml +++ b/.github/workflows/0-welcome.yml @@ -70,8 +70,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"