From be22f51ea7a3bad66c13589552847d028fcc703c Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Wed, 21 Aug 2024 01:29:47 +0800 Subject: [PATCH] =?UTF-8?q?Update=20and=20rename=20IP=E9=87=87=E9=9B=86?= =?UTF-8?q?=E6=A3=80=E6=B5=8B.yml=E5=A4=87=20to=20IP=E9=87=87=E9=9B=86?= =?UTF-8?q?=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} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{IP采集检测.yml备 => IP采集检测.yml} (85%) diff --git a/.github/workflows/IP采集检测.yml备 b/.github/workflows/IP采集检测.yml similarity index 85% rename from .github/workflows/IP采集检测.yml备 rename to .github/workflows/IP采集检测.yml index 1578288..27a8d65 100644 --- a/.github/workflows/IP采集检测.yml备 +++ b/.github/workflows/IP采集检测.yml @@ -2,7 +2,7 @@ name: IP采集检测 on: schedule: - - cron: '25 */12 */2 * *' #这里更改自动运行的时间,没这两行的话只能手动运行 + - cron: '25 */12 * * *' #这里更改自动运行的时间,没这两行的话只能手动运行 workflow_dispatch: 分支: - main @@ -27,7 +27,7 @@ jobs: - name: Run py run: | #python ${{ github.workspace }}/py/IP更新.py - python ${{ github.workspace }}/py/全部列表文件IP检测.py + python ${{ github.workspace }}/py/IP检测.py - name: 提交更改 run: |