Skip to content

Commit cb0920b

Browse files
committed
fix: correct syntax for Telegram message formatting
1 parent d0f0d73 commit cb0920b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,5 @@ jobs:
158158
159159
curl -s -X POST "https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendMessage" \
160160
-d "chat_id=${{ secrets.TELEGRAM_CHAT_ID }}" \
161-
-d "text=$(echo "$MESSAGE" \
161+
-d "text=$("$MESSAGE" \
162162
-d "parse_mode=Markdown"

0 commit comments

Comments
 (0)