diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 38660e3f77..de6607533e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -33,6 +33,8 @@ jobs: ./gradlew updateBundles 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