Update my-first-workflow.yaml

This commit is contained in:
2026-01-27 18:25:53 +08:00
committed by GitHub
parent 5edf801e25
commit f653d9a118

View File

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