diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index de6607533e..d1194129d5 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -34,7 +34,6 @@ jobs: if [ -n "$(git status --porcelain)" ]; then git config --global user.name "Github Actions" - git config --global user.email "cli@github.com" git add core/assets/bundles/* git commit -m "Automatic bundle update" git push