From 3909f384e50b124eeaa6558a710d9a9382b3c695 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Sat, 3 May 2025 15:49:45 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/IPTV采集检测.yml b/.github/workflows/IPTV采集检测.yml index 520bab6..f1d461a 100644 --- a/.github/workflows/IPTV采集检测.yml +++ b/.github/workflows/IPTV采集检测.yml @@ -33,8 +33,8 @@ jobs: - name: 执行采集脚本 🚀 run: | # 只保留需要执行的脚本 - #python ${{ github.workspace }}/py/测绘站采集.py - python ${{ github.workspace }}/py/酒店源255.py + python ${{ github.workspace }}/py/测绘站采集.py + #python ${{ github.workspace }}/py/酒店源255.py # 其他脚本按需取消注释 - name: 提交变更 💾