dev:修改工作流
This commit is contained in:
parent
a335568776
commit
aeb17234a0
|
@ -9,7 +9,12 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
# 指定分支、标签或提交哈希
|
||||||
|
ref: dev
|
||||||
|
# 拉取深度(节省时间与带宽)
|
||||||
|
fetch-depth: 0 # 0 表示拉取完整历史
|
||||||
|
|
||||||
- name: Install SSH tools
|
- name: Install SSH tools
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue