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 52aaac8 commit 9a07da6
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 @@ -27,6 +27,8 @@ jobs:
env:
TUSHARE_TOKEN: ${{secrets.TUSHARE_TOKEN}} # 将TUSHARE密钥传递给环境变量
run: python etl/tushare_etl.py
- name: update yield curve data
run: python etl/yield_curve.py
- name: Commit and Push changes # 新增步骤
run: |
git config --global user.name "afan"
Expand Down

0 comments on commit 9a07da6

Please sign in to comment.