Update push.yml

This commit is contained in:
Anuken
2023-04-05 20:06:45 -04:00
committed by GitHub
parent 97390d25c0
commit f6665de2e6

View File

@ -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