From 53614dd8601f229c66ed5b4a89482c487ba47a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A2=E4=BD=8E=E5=90=B8?= Date: Tue, 22 Dec 2020 11:18:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E8=AE=93=E4=BB=96=E5=A3=9E?= =?UTF-8?q?=E6=8E=89=E7=9A=84=E6=99=82=E5=80=99=E4=B8=8D=E8=A6=81=E4=B8=80?= =?UTF-8?q?=E7=9B=B4=E5=90=B5=E6=88=91=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/280blocker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/280blocker.yml b/.github/workflows/280blocker.yml index b099776..840ea74 100644 --- a/.github/workflows/280blocker.yml +++ b/.github/workflows/280blocker.yml @@ -12,10 +12,12 @@ jobs: - uses: actions/checkout@master - name: 280blocker_adblock uses: wei/curl@master + continue-on-error: true with: args: https://280blocker.net/files/280blocker_adblock_$(date +%Y%m).txt -o 280blocker/280blocker_adblock.txt - name: 280blocker_domain_ag uses: wei/curl@master + continue-on-error: true with: args: https://280blocker.net/files/280blocker_domain_ag_$(date +%Y%m).txt -o 280blocker/280blocker_domain_ag.txt - name: get today date