Files
awoooi/.gitea/workflows
OG T b804c574c8
Some checks failed
CD Pipeline / build-and-deploy (push) Failing after 13s
E2E Health Check / e2e-health (push) Successful in 16s
fix(cd): 修復 YAML 語法錯誤 - CD 管道從 77d0fe7 後完全停止觸發
根本原因: Notify 步驟中的 text= 參數包含真實換行符,
Gitea YAML 解析器在 line 51 報錯「could not find expected ':'」,
導致 cd.yaml 無法被解析,整個 CD 管道失效超過 10+ 次 push。

修復: 換行符改用 URL encode %0A,符合 Telegram Bot API 格式。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 10:35:16 +08:00
..