From 135c0edc4e5a320ae76b2bd91cfeb2232212b5cd Mon Sep 17 00:00:00 2001 From: tasi788 Date: Tue, 8 Dec 2020 20:04:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E8=A8=AD=E5=AE=9A=E5=8F=B0?= =?UTF-8?q?=E7=81=A3=E6=99=82=E5=8D=80?= 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 760b2ac..b099776 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 "::set-output name=date::$(date +'%Y-%m-%d-%H')" + run: export TZ='Asia/Taipei' && echo "::set-output name=date::$(date +'%Y-%m-%d-%H')" - name: push uses: actions-go/push@v1 with: