From 9fc1b8369a3047972d3aca555238e382ec22d330 Mon Sep 17 00:00:00 2001 From: tasi788 Date: Tue, 8 Dec 2020 19:56:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20=E4=BF=AE=E6=94=B9=E8=87=AA?= =?UTF-8?q?=E5=8B=95=E5=BB=BA=E6=A7=8B=E6=99=82=E9=96=93=E3=80=81Commit=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=B0=8F=E6=99=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/280blocker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/280blocker.yml b/.github/workflows/280blocker.yml index b064862..760b2ac 100644 --- a/.github/workflows/280blocker.yml +++ b/.github/workflows/280blocker.yml @@ -3,7 +3,7 @@ name: 280blocker on: push: schedule: - - cron: "*/2 * * * *" + - cron: "0 */1 * * *" jobs: go: @@ -20,7 +20,7 @@ jobs: args: https://280blocker.net/files/280blocker_domain_ag_$(date +%Y%m).txt -o 280blocker/280blocker_domain_ag.txt - name: get today date id: date - run: echo "::set-output name=date::$(date +'%Y-%m-%d')" + run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H')" - name: push uses: actions-go/push@v1 with: