Who stole the github CLI email

This commit is contained in:
Anuken
2024-05-24 23:38:19 -04:00
parent 4718771dcf
commit 5af0654332

View File

@ -34,7 +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 config --global user.email "actions@github.com"
git add core/assets/bundles/*
git commit -m "Automatic bundle update"
git push
@ -43,7 +43,7 @@ jobs:
if: ${{ github.repository == 'Anuken/Mindustry' }}
run: |
git config --global user.name "Github Actions"
git config --global user.email "cli@github.com"
git config --global user.email "actions@github.com"
cd ../
cp -r ./Mindustry ./MindustryJitpack
cd MindustryJitpack