Update IPTV采集检测.yml
This commit is contained in:
@@ -2,7 +2,7 @@ name: IP采集检测
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 12 * * *' #这里更改自动运行的时间,没这两行的话只能手动运行
|
- cron: '0 0 * * *' #这里更改自动运行的时间,没这两行的话只能手动运行
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
分支:
|
分支:
|
||||||
- main
|
- main
|
||||||
@@ -29,7 +29,6 @@ jobs:
|
|||||||
#python ${{ github.workspace }}/py/IPTV搜索引擎采集.py
|
#python ${{ github.workspace }}/py/IPTV搜索引擎采集.py
|
||||||
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: 提交更改
|
- name: 提交更改
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email "actions@163.com"
|
git config --local user.email "actions@163.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user