Update main.yml
This commit is contained in:
@@ -2,7 +2,7 @@ name: 组播采集合并
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '40 */12 * * *' # 这里更改自动运行的时间#_udp
|
- cron: '40 */6 * * *' # 这里更改自动运行的时间#_udp
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
branches:
|
branches:
|
||||||
- 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 iptv
|
- name: Run iptv
|
||||||
#run: python ${{ github.workspace }}/py/iptv_udp.py
|
#run: python ${{ github.workspace }}/py/iptv_udp.py
|
||||||
run: python ${{ github.workspace }}/py/iptv-get-check.py
|
run: python ${{ github.workspace }}/py/iptv-jd.py
|
||||||
# 提交和推送的步骤,不再检查文件是否发生变化
|
# 提交和推送的步骤,不再检查文件是否发生变化
|
||||||
- name: Commit and push changes
|
- name: Commit and push changes
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user