根本原因: 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>
根本原因: 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>