Skip to content

Commit

Permalink
Change git user.name and user.email (#36)
Browse files Browse the repository at this point in the history
github-actions[bot]@users.noreply.github.com
  • Loading branch information
sinsukehlab committed Mar 25, 2024
1 parent 1604ec1 commit edd3b7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/0-welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/1-create-a-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/2-resolve-a-merge-conflict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit edd3b7c

Please sign in to comment.