更新 .gitea/workflows/dev.yml

This commit is contained in:
bichangxiong 2025-07-05 09:52:07 +08:00
parent 42c55b757a
commit 8f0fc2fd32

View File

@ -7,7 +7,7 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: http://127.0.0.1:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像 uses:http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像
with: with:
fetch-depth: 1 # 只拉取最新一次提交 fetch-depth: 1 # 只拉取最新一次提交
# - name: Checkout code # - name: Checkout code