Skip to content

Commit

Permalink
Change git user.name and user.email
Browse files Browse the repository at this point in the history
github-actions[bot]@users.noreply.github.com
  • Loading branch information
sinsukehlab committed Feb 29, 2024
1 parent 31df815 commit 7c40d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/0-welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
sed -i.bak 's/Game over/Game over, refresh to play again 🧑‍💻 🤖!/' index.html
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 index.html
git commit --message="Update game over message"
Expand Down

0 comments on commit 7c40d11

Please sign in to comment.