Skip to content

Commit

Permalink
更新ACTION
Browse files Browse the repository at this point in the history
  • Loading branch information
AFAN-LIFE committed Aug 9, 2024
1 parent 5a88417 commit 52aaac8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: python etl/tushare_etl.py
- name: Commit and Push changes # 新增步骤
run: |
git config --global user.name "afan"
git config --global user.email "[email protected]"
git add .
git commit -m "daily update tushare data"
git push

0 comments on commit 52aaac8

Please sign in to comment.