update: use env set timezone
This commit is contained in:
parent
4158cab643
commit
e02d2c105e
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -9,6 +9,7 @@ env:
|
|||||||
# auto merge from PomeloWang/genshin-impact-helper, default: false
|
# auto merge from PomeloWang/genshin-impact-helper, default: false
|
||||||
ALLOW_MERGE: 'false'
|
ALLOW_MERGE: 'false'
|
||||||
RUN_ENV: 'prod'
|
RUN_ENV: 'prod'
|
||||||
|
TZ: 'Asia/Shanghai'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -16,11 +17,6 @@ jobs:
|
|||||||
# if: github.ref == 'refs/heads/master'
|
# if: github.ref == 'refs/heads/master'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set Timezone
|
|
||||||
uses: actions/set-timezone-action@v1.1
|
|
||||||
with:
|
|
||||||
timezoneLinux: "Asia/Shanghai"
|
|
||||||
|
|
||||||
- name: Checkout master
|
- name: Checkout master
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user