Update release-to-telegram.yml

This commit is contained in:
Zhe Fang
2025-08-03 20:35:37 -04:00
committed by GitHub
parent 9ca5939e57
commit c524dc013c

View File

@@ -23,5 +23,6 @@ jobs:
curl -s -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendMessage" \
-d chat_id="${CHAT_ID}" \
-d message_thread_id="${THREAD_ID}" \
-d text="${TEXT}" \
-d parse_mode=Markdown