From 1a6084e947958f7e518e8bac460c541dbb4e1f17 Mon Sep 17 00:00:00 2001 From: Shinsuke Higashiyama aka Cinzeng Zia <94058150+sinsukehlab@users.noreply.github.com> Date: Tue, 27 Feb 2024 02:35:46 +0900 Subject: [PATCH] Change git user.name and user.email (#94) 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 53cd0f2..7dce0a7 100644 --- a/.github/workflows/0-welcome.yml +++ b/.github/workflows/0-welcome.yml @@ -74,8 +74,8 @@ jobs: touch index.md 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 add index.md git commit --message="Create index.md file"