We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f0d73 commit cb0920bCopy full SHA for cb0920b
.github/workflows/ci.yml
@@ -158,5 +158,5 @@ jobs:
158
159
curl -s -X POST "https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendMessage" \
160
-d "chat_id=${{ secrets.TELEGRAM_CHAT_ID }}" \
161
- -d "text=$(echo "$MESSAGE" \
+ -d "text=$("$MESSAGE" \
162
-d "parse_mode=Markdown"
0 commit comments