Skip to content

Commit

Permalink
Fix email format
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoSiQian committed Aug 18, 2023
1 parent 2ed7cdd commit cf74564
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 user.name github-actions
git config user.email github-actions@github.com
git config --global user.email "github-actions@github.com"
git config --global user.name "github-actions"
cd data_export
git add .
git commit -m "Update: ${{ github.event.head_commit.message }}"
Expand Down

0 comments on commit cf74564

Please sign in to comment.