dev:修改工作流

This commit is contained in:
liubocheng 2025-03-26 09:09:00 +08:00
parent a335568776
commit aeb17234a0
1 changed files with 6 additions and 1 deletions

View File

@ -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: |