From 0ae2795fde2a30c1b1b5e25f4fd953fdbc0ff696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?MPU=E7=8E=8B=E8=8D=A3=E8=83=9C?= Date: Tue, 28 Mar 2023 12:03:10 +0800 Subject: [PATCH] fix v1 version --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 488d1c4..be80671 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -22,7 +22,7 @@ jobs: - name: Run scrapy run: python get_arxiv_multiprocessing.py - name: Push changes - uses: WangRongsheng/ChatGenTitle@v3 + uses: WangRongsheng/ChatGenTitle@v1 with: commit_message: 'update data' commit_options: '--author "wrs6@88.com"'