编辑文件 my-first-workflow.yaml

This commit is contained in:
xinian
2026-01-28 10:19:07 +08:00
committed by cnb
parent 770641e7e1
commit 2b2031fc40

View File

@@ -26,6 +26,7 @@ steps:
- apt install -y --no-install-recommends ca-certificates curl git openssh-client openssl libssl-dev
# 格式git clone https://用户名:密码@仓库地址
- echo "🔍 ${#GIT_CONFIG_URL}调试: ${GIT_CONFIG_URL}"
- git clone --depth 1 --progress -v ${GIT_CONFIG_URL}
# 拉取代码