From 5af0654332e65d19b62553d83dba40878ef0a5d9 Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 24 May 2024 23:38:19 -0400 Subject: [PATCH] Who stole the github CLI email --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index b64e59fe52..cd593a6dfd 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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