From 68e4ae6b52f30419be87ccf90b9a741a0b00cfc3 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Thu, 12 Sep 2024 20:46:58 +0800 Subject: [PATCH] =?UTF-8?q?Update=20IPTV=E9=87=87=E9=9B=86=E6=A3=80?= =?UTF-8?q?=E6=B5=8B.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/IPTV采集检测.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/IPTV采集检测.yml b/.github/workflows/IPTV采集检测.yml index 511adc1..126242d 100644 --- a/.github/workflows/IPTV采集检测.yml +++ b/.github/workflows/IPTV采集检测.yml @@ -28,8 +28,8 @@ jobs: run: | #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: 提交更改 run: | git config --local user.email "actions@163.com" @@ -37,8 +37,4 @@ jobs: #git reset --hard origin/main git add . git commit -m "Add generated file" - git commit -m "Updated file names" - #git commit *.txt -m "Add generated file" - #git commit *.m3u -m "Add generated file" - #git pull --rebase git push -f