style: 修复 YAML 格式缩进问题
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-08 17:24:49 +08:00
committed by cnb
parent b34b5c5d26
commit 3b1aa450df

View File

@@ -77,10 +77,10 @@ steps:
GO111MODULE: on
GOSUMDB: off
commands:
# 2. 清空原有内容写入阿里云Debian bookworm镜像源直接覆盖无需手动编辑
# 2. 清空原有内容写入阿里云Debian bookworm镜像源直接覆盖无需手动编辑
- echo "deb http://mirrors.aliyun.com/debian/ bookworm main contrib non-free non-free-firmware
- deb http://mirrors.aliyun.com/debian/ bookworm-updates main contrib non-free non-free-firmware
- deb http://mirrors.aliyun.com/debian-security/ bookworm-security main contrib non-free non-free-firmware" > /etc/apt/sources.list
deb http://mirrors.aliyun.com/debian/ bookworm-updates main contrib non-free non-free-firmware
deb http://mirrors.aliyun.com/debian-security/ bookworm-security main contrib non-free non-free-firmware" > /etc/apt/sources.list
# 1. 更新源 apt-get 消除 CLI 不稳定警告适配 CI
- apt-get update -y