Skip to content

Commit edd3b7c

Browse files
authored
Change git user.name and user.email (skills#36)
github-actions[bot]@users.noreply.github.com
1 parent 1604ec1 commit edd3b7c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/0-welcome.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
sed -i.bak 's/Experience/Job History/' resume.md
7272
7373
echo "Make a commit"
74-
git config user.name github-actions
75-
git config user.email github-actions@github.com
74+
git config user.name github-actions[bot]
75+
git config user.email github-actions[bot]@users.noreply.github.com
7676
git add resume.md
7777
git commit --message="Update resume.md in my-resume"
7878

.github/workflows/1-create-a-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
6565
echo "Manually update step in my-resume to match step in main branch"
6666
git checkout my-resume
67-
git config user.name github-actions
68-
git config user.email github-actions@github.com
67+
git config user.name github-actions[bot]
68+
git config user.email github-actions[bot]@users.noreply.github.com
6969
sed -i.bak 's/1/2/' .github/steps/-step.txt
7070
git add .github/steps/-step.txt
7171
git commit --message="Update step in my-resume"

.github/workflows/2-resolve-a-merge-conflict.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
printf "# References\n\n* octocat 1 😈" >> references.md
7373
7474
echo "Commit file"
75-
git config user.name github-actions
76-
git config user.email github-actions@github.com
75+
git config user.name github-actions[bot]
76+
git config user.email github-actions[bot]@users.noreply.github.com
7777
git add references.md
7878
git commit --message="Add references.md"
7979

0 commit comments

Comments
 (0)