Skip to content

Commit

Permalink
Fix email
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoSiQian committed Aug 18, 2023
1 parent 5ea88c0 commit 2ed7cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 2ed7cdd

Please sign in to comment.