mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 23:00:48 +08:00
在 CI 工作流中设置时区环境变量为 Asia/Shanghai
Some checks failed
/ another-job (push) Failing after 7s
Some checks failed
/ another-job (push) Failing after 7s
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -1,5 +1,7 @@
|
||||
on:
|
||||
push:
|
||||
env:
|
||||
TZ: Asia/Shanghai
|
||||
jobs:
|
||||
another-job:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user