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