From c873b6276c619f16d8f1edd5185ca2865345bd63 Mon Sep 17 00:00:00 2001 From: shanmite <1971513084@qq.com> Date: Wed, 11 Nov 2020 14:50:31 +0800 Subject: [PATCH] updata --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 5fd04a0..1751934 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,7 +5,7 @@ on: - main - master schedule: - - cron: '0 0-23 * * *' + - cron: '51 0-23 * * *' jobs: Start: runs-on: ubuntu-latest @@ -22,6 +22,6 @@ jobs: - name: 'Nodejs run' shell: bash env: - COOKIE: ${{ secret.COOKIE }} + COOKIE: ${{ secrets.COOKIE }} run: node main.js COOKIE=$COOKIE