From edd3b7cea44a0a4ff1faa6107bc13ed0c459ed53 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:34:57 +0900 Subject: [PATCH] Change git user.name and user.email (#36) github-actions[bot]@users.noreply.github.com --- .github/workflows/0-welcome.yml | 4 ++-- .github/workflows/1-create-a-pr.yml | 4 ++-- .github/workflows/2-resolve-a-merge-conflict.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/0-welcome.yml b/.github/workflows/0-welcome.yml index ef5dd0d..48c4c1f 100644 --- a/.github/workflows/0-welcome.yml +++ b/.github/workflows/0-welcome.yml @@ -71,8 +71,8 @@ jobs: sed -i.bak 's/Experience/Job History/' resume.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 resume.md git commit --message="Update resume.md in my-resume" diff --git a/.github/workflows/1-create-a-pr.yml b/.github/workflows/1-create-a-pr.yml index 06f40cf..3edfa17 100644 --- a/.github/workflows/1-create-a-pr.yml +++ b/.github/workflows/1-create-a-pr.yml @@ -64,8 +64,8 @@ jobs: echo "Manually update step in my-resume to match step in main branch" git checkout my-resume - 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 sed -i.bak 's/1/2/' .github/steps/-step.txt git add .github/steps/-step.txt git commit --message="Update step in my-resume" diff --git a/.github/workflows/2-resolve-a-merge-conflict.yml b/.github/workflows/2-resolve-a-merge-conflict.yml index 1d64876..c1a2619 100644 --- a/.github/workflows/2-resolve-a-merge-conflict.yml +++ b/.github/workflows/2-resolve-a-merge-conflict.yml @@ -72,8 +72,8 @@ jobs: printf "# References\n\n* octocat 1 😈" >> references.md echo "Commit file" - 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 references.md git commit --message="Add references.md"