Update my-first-workflow.yaml

This commit is contained in:
2026-01-27 18:16:46 +08:00
committed by GitHub
parent a4ad0ec8ca
commit ad88eaad1a

View File

@@ -56,7 +56,7 @@ steps:
- echo "🔍 调试: ${#CI_REPO_CLONE_SSH_URL}"
- git clone ${CI_REPO_CLONE_SSH_URL}  --depth 1 
- git clone --depth 1 --progress ${CI_REPO_CLONE_SSH_URL}
# 拉取代码
- echo "✅ 代码拉取完成"