From 2b2031fc40557b8a691eca55ea2dbd00a9e80246 Mon Sep 17 00:00:00 2001 From: xinian Date: Wed, 28 Jan 2026 10:19:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=96=87=E4=BB=B6=20my-first?= =?UTF-8?q?-workflow.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/my-first-workflow.yaml | 1 + 1 file changed, 1 insertion(+) 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} # 拉取代码