diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 71a34cae6a..5476ff44ee 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -40,6 +40,8 @@ jobs: - name: Update JITpack repo if: ${{ github.repository == 'Anuken/Mindustry' }} run: | + git config --global user.name "Github Actions" + git config --global user.email "cli@github.com" cd ../ cp -r ./Mindustry ./MindustryJitpack cd MindustryJitpack