From 52aaac89bb4b9bca1598fbcb4f58c158bd1685ef Mon Sep 17 00:00:00 2001 From: afan Date: Fri, 9 Aug 2024 22:59:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ACTION?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 0642ed7..3f1d546 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -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 "fcncassandra@gmail.com" git add . git commit -m "daily update tushare data" git push \ No newline at end of file