diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6fc8368323..b1e1f2b96f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: else echo "Updating dist directory" git config --local user.name "dependabot[bot]" - git config --local user.email "support@github.com" + git config --local user.email "49699333+dependabot[bot]@users.noreply.github.com" git add --update git commit --message="Update dist files" git push