Update 测试.yml

This commit is contained in:
frxz751113
2024-09-24 22:45:01 +08:00
committed by GitHub
parent a744794422
commit 71138dc123
+5 -5
View File
@@ -1,8 +1,8 @@
name: 测试
name: 酒店源
on:
#schedule:
#- cron: '0 */12 */6 * *' #这里更改自动运行的时间,没这两行的话只能手动运行
schedule:
- cron: '0 1 */6 * *' #这里更改自动运行的时间,没这两行的话只能手动运行
workflow_dispatch:
分支:
- main
@@ -26,9 +26,9 @@ 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/测绘站采集.py
#python ${{ github.workspace }}/py/网络收集.py
#python ${{ github.workspace }}/py/酒店源.py
python ${{ github.workspace }}/py/酒店源.py
- name: 提交更改
run: |
git config --local user.email "actions@163.com"