diff --git a/.github/workflows/update-charts.yml b/.github/workflows/update-charts.yml index 5de9add..0af0c74 100644 --- a/.github/workflows/update-charts.yml +++ b/.github/workflows/update-charts.yml @@ -66,7 +66,7 @@ jobs: --arg msg "$MESSAGE" \ --arg num "$SIGNAL_SENDER" \ --arg rec "$SIGNAL_RECIPIENT" \ - '{message: $msg, number: $num, recipients: [$rec]}') + '{message: $msg, number: $num, recipients: [$rec], text_mode: "styled"}') curl -X POST "$SIGNAL_URL" \ -H "Content-Type: application/json" \ @@ -90,7 +90,7 @@ jobs: --arg msg "$MESSAGE" \ --arg num "$SIGNAL_SENDER" \ --arg rec "$SIGNAL_RECIPIENT" \ - '{message: $msg, number: $num, recipients: [$rec]}') + '{message: $msg, number: $num, recipients: [$rec], text_mode: "styled"}') curl -X POST "$SIGNAL_URL" \ -H "Content-Type: application/json" \