diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6d4dbbea84..b64e59fe52 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -34,6 +34,7 @@ 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