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"