diff --git a/.github/workflows/0-welcome.yml b/.github/workflows/0-welcome.yml index c38dbf7..4f1d935 100644 --- a/.github/workflows/0-welcome.yml +++ b/.github/workflows/0-welcome.yml @@ -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"