From 173ca2bbafcc97647b175cc08ba2b66993399284 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Sat, 26 Oct 2024 13:48:35 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=B5=8B=E8=AF=95.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/测试.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/测试.yml b/.github/workflows/测试.yml index 17aefb0..071f091 100644 --- a/.github/workflows/测试.yml +++ b/.github/workflows/测试.yml @@ -1,8 +1,8 @@ name: 测试 on: - #schedule: - #- cron: '0 1 */1 * *' #这里更改自动运行的时间,没这两行的话只能手动运行#酒店源1.py + schedule: + - cron: '0 1 */1 * *' #这里更改自动运行的时间,没这两行的话只能手动运行#酒店源1.py workflow_dispatch: 分支: - main @@ -26,7 +26,7 @@ jobs: pip install selenium requests futures eventlet opencv-python Beautifulsoup4 translate termcolor func_timeout replace input opencc pypinyin pytz tqdm - name: Run py run: | - python ${{ github.workspace }}/py/网络收集.py + python ${{ github.workspace }}/py/GAT.py - name: 提交更改 run: | git config --local user.email "actions@163.com"