feat: 更新 CI 工作流,添加 checkout 步骤的配置

This commit is contained in:
2026-07-22 09:49:12 +08:00
parent 8f1ff5970d
commit d4fb55a20c

View File

@@ -23,6 +23,9 @@ jobs:
steps:
- name: Checkout
uses: https://gitee.com/mirrors_actions/checkout@v4
with:
github-server-url: https://git.gongxue100.com
fetch-depth: 1
- name: Install dependencies
run: npm ci