From d56cf1de0812c8f51a917ae1665895c61159a6c7 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:35:36 +0800 Subject: [PATCH] =?UTF-8?q?Update=20and=20rename=20=E4=B8=B4=E6=97=B6?= =?UTF-8?q?=E7=BB=84=E5=90=88.yml=20to=20=E7=BB=84=E5=90=88IP=E9=87=87?= =?UTF-8?q?=E9=9B=86.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/{临时组合.yml => 组合IP采集.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{临时组合.yml => 组合IP采集.yml} (93%) diff --git a/.github/workflows/临时组合.yml b/.github/workflows/组合IP采集.yml similarity index 93% rename from .github/workflows/临时组合.yml rename to .github/workflows/组合IP采集.yml index d53c468..f48910f 100644 --- a/.github/workflows/临时组合.yml +++ b/.github/workflows/组合IP采集.yml @@ -1,4 +1,4 @@ -name: 临时组合 +name: 组合IP采集 on: #schedule: @@ -26,7 +26,7 @@ jobs: pip install selenium requests futures eventlet opencv-python Beautifulsoup4 translate termcolor func_timeout replace input opencc pypinyin pytz tqdm - name: Run py run: | - python ${{ github.workspace }}/py/临时组合.py + python ${{ github.workspace }}/py/iptv_udp.py - name: 提交更改 run: |