Update 测试.yml

This commit is contained in:
frxz751113
2024-09-30 23:44:42 +08:00
committed by GitHub
parent be12d953e2
commit 13e4a1bfbe
+2 -2
View File
@@ -2,7 +2,7 @@ name: 酒店源
on: on:
schedule: schedule:
- cron: '0 1 */1 * *' #这里更改自动运行的时间,没这两行的话只能手动运行 - cron: '0 1 */1 * *' #这里更改自动运行的时间,没这两行的话只能手动运行#酒店源1.py
workflow_dispatch: workflow_dispatch:
分支: 分支:
- main - 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 pip install selenium requests futures eventlet opencv-python Beautifulsoup4 translate termcolor func_timeout replace input opencc pypinyin pytz tqdm
- name: Run py - name: Run py
run: | run: |
python ${{ github.workspace }}/py/不乱序有效性检测.py#酒店源1.py python ${{ github.workspace }}/py/不乱序有效性检测.py
- name: 提交更改 - name: 提交更改
run: | run: |
git config --local user.email "actions@163.com" git config --local user.email "actions@163.com"