We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31df815 commit 7c40d11Copy full SHA for 7c40d11
.github/workflows/0-welcome.yml
@@ -74,8 +74,8 @@ jobs:
74
sed -i.bak 's/Game over/Game over, refresh to play again 🧑💻 🤖!/' index.html
75
76
echo "Make a commit"
77
- git config user.name github-actions
78
- 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
79
git add index.html
80
git commit --message="Update game over message"
81
0 commit comments