From 4e9354775938cd8feca25ddc6725bf5c474b33e9 Mon Sep 17 00:00:00 2001 From: liuweiqing Date: Wed, 7 Aug 2024 20:15:48 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=A2=9E=E5=8A=A0Windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cron_read.yaml | 2 +- .github/workflows/windows_cron_bypassCF.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cron_read.yaml b/.github/workflows/cron_read.yaml index 6c011908..0761268a 100644 --- a/.github/workflows/cron_read.yaml +++ b/.github/workflows/cron_read.yaml @@ -28,4 +28,4 @@ jobs: - name: Install dependencies run: npm install # 安装 package.json 中的依赖项 - name: Run a script - run: node pteer.js # 替换为你想运行的脚本的实际名称 + run: node bypasscf.js # 替换为你想运行的脚本的实际名称 diff --git a/.github/workflows/windows_cron_bypassCF.yaml b/.github/workflows/windows_cron_bypassCF.yaml index 3ea36411..16af7c86 100644 --- a/.github/workflows/windows_cron_bypassCF.yaml +++ b/.github/workflows/windows_cron_bypassCF.yaml @@ -1,5 +1,5 @@ name: bypassCF cron windows - +# 专门给小众论坛使用 on: schedule: - cron: "0 18 * * *" @@ -29,4 +29,4 @@ jobs: - name: Install dependencies run: npm install # 安装 package.json 中的依赖项 - name: Run a script - run: node pteer.js # 替换为你想运行的脚本的实际名称 + run: node bypasscf.js # 替换为你想运行的脚本的实际名称