From 7ee9545e532d9f57138287100cf3fe772170c098 Mon Sep 17 00:00:00 2001 From: "Eric D. Schabell" Date: Thu, 19 Mar 2026 14:42:13 +0100 Subject: [PATCH] docs: outputs: slack: fix classic config key casing Signed-off-by: Eric D. Schabell --- pipeline/outputs/slack.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipeline/outputs/slack.md b/pipeline/outputs/slack.md index 98c11121a..9729f0a4c 100644 --- a/pipeline/outputs/slack.md +++ b/pipeline/outputs/slack.md @@ -40,9 +40,9 @@ pipeline: ```text [OUTPUT] - name slack - match * - webhook https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX + Name slack + Match * + Webhook https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX ``` {% endtab %}