diff --git a/.github/workflows/update-github.yaml b/.github/workflows/update-github.yaml index b68eaf31..2d6b0280 100644 --- a/.github/workflows/update-github.yaml +++ b/.github/workflows/update-github.yaml @@ -22,7 +22,7 @@ jobs: run: | if [[ "$(git status --porcelain)" != "" ]]; then echo "::set-output name=createPR::true" - git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.email "github-actions@github.com" git config --global user.name "github-actions[bot]" git checkout -b bots/updateGitHubDependencies-${{github.run_number}} git add .