Update my-first-workflow.yaml

This commit is contained in:
2026-01-27 18:10:02 +08:00
committed by GitHub
parent 0a96b2787b
commit a4ad0ec8ca

View File

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