From e02d2c105e1c5c45abf44479fe067eceec1fad35 Mon Sep 17 00:00:00 2001 From: zhipeng wang Date: Tue, 5 Jan 2021 18:08:21 +0800 Subject: [PATCH] update: use env set timezone --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c3c1072..52bac26 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,7 @@ env: # auto merge from PomeloWang/genshin-impact-helper, default: false ALLOW_MERGE: 'false' RUN_ENV: 'prod' + TZ: 'Asia/Shanghai' jobs: build: @@ -16,11 +17,6 @@ jobs: # if: github.ref == 'refs/heads/master' steps: - - name: Set Timezone - uses: actions/set-timezone-action@v1.1 - with: - timezoneLinux: "Asia/Shanghai" - - name: Checkout master uses: actions/checkout@v2 with: