From 2ed7cdd8ba83424dc8ebbe6d89b3fb37bfffedf8 Mon Sep 17 00:00:00 2001 From: YaoSiQian Date: Fri, 18 Aug 2023 18:11:12 +0000 Subject: [PATCH] Fix email --- .github/workflows/push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 93991f4..d147ff0 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -26,8 +26,8 @@ jobs: git submodule update --remote - name: Push changes run: | - git config --global user.email "github-actions[bot]@users.noreply.github.com" - git config --global user.name "github-actions[bot]" + git config user.name github-actions + git config user.email github-actions@github.com cd data_export git add . git commit -m "Update: ${{ github.event.head_commit.message }}"