编辑文件 my-first-workflow.yaml

This commit is contained in:
xinian
2026-01-28 10:00:27 +08:00
committed by cnb
parent 4b01810117
commit df344d17c2

View File

@@ -28,6 +28,8 @@ steps:
# 系统初始化
- apt update -y
# 系统初始化
- apt install -y --no-install-recommends ca-certificates curl git openssh-client openssl libssl-dev
# 格式git clone https://用户名:密码@仓库地址