Skip to content

Commit 7c40d11

Browse files
committed
Change git user.name and user.email
github-actions[bot]@users.noreply.github.com
1 parent 31df815 commit 7c40d11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/0-welcome.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
sed -i.bak 's/Game over/Game over, refresh to play again 🧑‍💻 🤖!/' index.html
7575
7676
echo "Make a commit"
77-
git config user.name github-actions
78-
git config user.email github-actions@github.com
77+
git config user.name github-actions[bot]
78+
git config user.email github-actions[bot]@users.noreply.github.com
7979
git add index.html
8080
git commit --message="Update game over message"
8181

0 commit comments

Comments
 (0)