Compare commits
2 Commits
7475807863
...
021d96c201
| Author | SHA1 | Date | |
|---|---|---|---|
| 021d96c201 | |||
| 88bb2f1542 |
@@ -34,7 +34,7 @@ variables:
|
|||||||
--arg source 'text-mosaic' \
|
--arg source 'text-mosaic' \
|
||||||
--arg title "$TITLE" \
|
--arg title "$TITLE" \
|
||||||
--arg content "$CONTENT" \
|
--arg content "$CONTENT" \
|
||||||
--arg priority "${NOTIFY_PRIORITY:-}" \
|
--arg priority "$NOTIFY_PRIORITY" \
|
||||||
'{source: $source, title: $title, content: $content} + (if $priority == "" then {} else {priority: $priority} end)')
|
'{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' \
|
curl -sS --fail-with-body --show-error -X POST -H 'content-type: application/json' \
|
||||||
-d "$PAYLOAD" \
|
-d "$PAYLOAD" \
|
||||||
|
|||||||
Reference in New Issue
Block a user