From 07a712e99c546c093d6bfc61b8c046841ff465a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A2=E4=BD=8E=E5=90=B8?= Date: Mon, 28 Dec 2020 20:36:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20=E4=BD=A0=E9=8C=AF=E8=AA=A4?= =?UTF-8?q?=E9=82=84=E6=98=AF=E5=BD=88=E5=87=BA=E4=BE=86=E6=88=91=E7=9C=8B?= =?UTF-8?q?=E7=9C=8B=E5=A5=BD=E4=BA=86?= 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 b202b62..18301fb 100644 --- a/.github/workflows/280blocker.yml +++ b/.github/workflows/280blocker.yml @@ -12,12 +12,12 @@ jobs: - uses: actions/checkout@master - name: 280blocker_adblock uses: wei/curl@master - continue-on-error: true + # continue-on-error: true with: args: ${{ secrets.BLOCKER_URL }}/280blocker_adblock.txt -o 280blocker/280blocker_adblock.txt - name: 280blocker_domain_ag uses: wei/curl@master - continue-on-error: true + # continue-on-error: true with: args: ${{ secrets.BLOCKER_URL }}/280blocker_domain_ag.txt -o 280blocker/280blocker_domain_ag.txt - name: get today date