diff --git a/.github/workflows/0-welcome.yml b/.github/workflows/0-welcome.yml index 30f5883..8e03254 100644 --- a/.github/workflows/0-welcome.yml +++ b/.github/workflows/0-welcome.yml @@ -69,8 +69,8 @@ jobs: git checkout -b $BRANCH echo "Make an empty 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 commit --message="Create empty commit" --allow-empty echo "Push"