update: use env set timezone

This commit is contained in:
zhipeng wang 2021-01-05 18:08:21 +08:00
parent 4158cab643
commit e02d2c105e

View File

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