dev:修改工作流
This commit is contained in:
parent
9a065983cc
commit
d983ed3d95
|
@ -19,7 +19,7 @@ jobs:
|
||||||
# 指定分支、标签或提交哈希
|
# 指定分支、标签或提交哈希
|
||||||
ref: dev
|
ref: dev
|
||||||
# 拉取深度(节省时间与带宽)
|
# 拉取深度(节省时间与带宽)
|
||||||
fetch-depth: 0 # 0 表示拉取完整历史
|
fetch-depth: 0 # 0 表示拉取完整的历史
|
||||||
|
|
||||||
- name: Install SSH tools
|
- name: Install SSH tools
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue