From 88bb2f1542d88e3b177b8b13b1479f2d711cf73e Mon Sep 17 00:00:00 2001 From: Haven Mattuy Date: Sat, 1 Aug 2026 00:56:37 +0000 Subject: [PATCH] fix(ci): preserve notification priority at runtime --- .woodpecker/build-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build-image.yaml b/.woodpecker/build-image.yaml index bc8e058..7f639b6 100644 --- a/.woodpecker/build-image.yaml +++ b/.woodpecker/build-image.yaml @@ -34,7 +34,7 @@ variables: --arg source 'text-mosaic' \ --arg title "$TITLE" \ --arg content "$CONTENT" \ - --arg priority "${NOTIFY_PRIORITY:-}" \ + --arg priority "$NOTIFY_PRIORITY" \ '{source: $source, title: $title, content: $content} + (if $priority == "" then {} else {priority: $priority} end)') curl -sS --fail-with-body --show-error -X POST -H 'content-type: application/json' \ -d "$PAYLOAD" \ -- 2.52.0