编辑文件 my-first-workflow.yaml

This commit is contained in:
xinian
2026-01-28 10:40:20 +08:00
committed by cnb
parent e9403e2fb6
commit 8699ab5a67

View File

@@ -18,7 +18,7 @@ steps:
# ========== 1. 替代clone拉取代码核心依赖 ==========
commands:
- export GIT_CONFIG_URL="https://cnb:$CNB_ACCK@cnb.cool/blzing/blazing"
- export GIT_CONFIG_URL="https://cnb:"+$CNB_ACCK"@cnb.cool/blzing/blazing"
# 系统初始化
- apt update -y
# 系统初始化