fix: 修复环境变量拼写错误
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-25 01:34:44 +08:00
committed by cnb
parent f8b8a87331
commit d980053959

View File

@@ -59,7 +59,7 @@ steps:
- git config --global core.compression 0
- export GIT_CONFIG_URL="https://cnb:$CNB_ACCK@cnb.cool/blzing/blazing"
- echo "🔍 $CNB_ACCK调试 $GIT_CONFIG_URL"
- echo "🔍 $CNB_ACCK调试 $CNB_ACCK"
- git config --global http.sslVerify false
- git clone --depth 1 --progress -v $GIT_CONFIG_URL
# 拉取代码