From 89b8c496264e1d0989df63f1aef18a3d3e3349e1 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:54:04 +0800 Subject: [PATCH] =?UTF-8?q?Update=20and=20rename=20IP=E9=87=87=E9=9B=86.ym?= =?UTF-8?q?l=20to=20IP=E9=87=87=E9=9B=86=E6=A3=80=E6=B5=8B.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/{IP采集.yml => IP采集检测.yml} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename .github/workflows/{IP采集.yml => IP采集检测.yml} (90%) diff --git a/.github/workflows/IP采集.yml b/.github/workflows/IP采集检测.yml similarity index 90% rename from .github/workflows/IP采集.yml rename to .github/workflows/IP采集检测.yml index 6c49e71..1d53363 100644 --- a/.github/workflows/IP采集.yml +++ b/.github/workflows/IP采集检测.yml @@ -1,4 +1,4 @@ -name: IP采集 +name: IP采集检测 on: #schedule: @@ -27,6 +27,9 @@ jobs: - name: Run py run: | python ${{ github.workspace }}/py/IP更新.py + - name: Run py + run: | + python ${{ github.workspace }}/py/组播定期检测.py - name: 提交更改 run: |