ci: 设置时区
This commit is contained in:
parent
0c92991233
commit
b489cb4710
|
|
@ -8,7 +8,10 @@ on:
|
|||
branches:
|
||||
- master
|
||||
|
||||
jobs: # 工作流
|
||||
env: # 设置环境变量
|
||||
TZ: Asia/Shanghai # 时区
|
||||
|
||||
jobs:
|
||||
build: # 自定义名称
|
||||
runs-on: ubuntu-latest # 运行在虚拟机环境ubuntu-latest
|
||||
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@ tags:
|
|||
---
|
||||
|
||||
## 测试文件
|
||||
Test
|
||||
Test Test
|
||||
|
|
|
|||
Loading…
Reference in New Issue