🐛 設定台灣時區

This commit is contained in:
tasi788 2020-12-08 20:04:15 +08:00
parent 9fc1b8369a
commit 135c0edc4e
No known key found for this signature in database
GPG Key ID: 7A46E3C578E9EE6E

View File

@ -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: