diff --git a/.woodpecker/my-first-workflow.yaml b/.woodpecker/my-first-workflow.yaml index fa169761..f7a28708 100644 --- a/.woodpecker/my-first-workflow.yaml +++ b/.woodpecker/my-first-workflow.yaml @@ -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} # 拉取代码