Update main.yml

This commit is contained in:
frxz751113
2024-08-27 10:06:56 +08:00
committed by GitHub
parent 72c6598078
commit 33164a7720
+2 -2
View File
@@ -2,7 +2,7 @@ name: 网络收集
on: on:
schedule: schedule:
- cron: '35 3 */7 * *' # 这里更改自动运行的时间#_ud - cron: '35 3 * * *' # 这里更改自动运行的时间#_ud
workflow_dispatch: workflow_dispatch:
branches: branches:
- main - main
@@ -25,7 +25,7 @@ jobs:
pip install --upgrade pip pip install --upgrade pip
pip install selenium requests ffmpeg futures eventlet opencv-python Beautifulsoup4 translate termcolor func_timeout replace input opencc pypinyin pytz tqdm pip install selenium requests ffmpeg futures eventlet opencv-python Beautifulsoup4 translate termcolor func_timeout replace input opencc pypinyin pytz tqdm
- name: Run iptv - name: Run iptv
run: python ${{ github.workspace }}/py/收集.py run: python ${{ github.workspace }}/py/网络收集.py
# 提交和推送的步骤,不再检查文件是否发生变化# # 提交和推送的步骤,不再检查文件是否发生变化#
- name: Commit and push changes - name: Commit and push changes