From cb297ab9c7768e9d0972be6c3af5cd80d60aa4ba 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:33:56 +0900 Subject: [PATCH] Change git user.name and user.email (#99) 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 052bac3..dd51132 100644 --- a/.github/workflows/0-welcome.yml +++ b/.github/workflows/0-welcome.yml @@ -74,8 +74,8 @@ jobs: printf "%s\n%s\n%s\n\n" "---" "title: Welcome to my blog" "---" > 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 _config.yml index.md git commit --message="Create config and homepages files"