From d2dae4d225dacb78aab94e4bb95da22eab453a8b Mon Sep 17 00:00:00 2001 From: WuTofu Date: Tue, 8 Dec 2020 19:38:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=E5=A1=9E=E6=99=82=E9=96=93?= =?UTF-8?q?=E9=80=B2=E5=8E=BB=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/280blocker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/280blocker.yml b/.github/workflows/280blocker.yml index a67b9d3..b064862 100644 --- a/.github/workflows/280blocker.yml +++ b/.github/workflows/280blocker.yml @@ -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 "name=$(date +'%Y-%m-%d')" >> $GITHUB_ENV + run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - name: push uses: actions-go/push@v1 with: