在 CI 工作流中设置时区环境变量为 Asia/Shanghai
Some checks failed
/ another-job (push) Failing after 7s

This commit is contained in:
严浩
2024-09-30 14:53:17 +08:00
parent 50b533f326
commit b405146d7a

View File

@ -1,5 +1,7 @@
on:
push:
env:
TZ: Asia/Shanghai
jobs:
another-job:
runs-on: ubuntu-latest