Update 测试.yml
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user