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 }}"