We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a012a7 commit 3993e6aCopy full SHA for 3993e6a
1 file changed
alerts/telegram.sh
@@ -3,4 +3,5 @@
3
curl -s -X POST https://api.telegram.org/bot$TELEGRAM_BOT_TOKEN/sendMessage \
4
-d chat_id=$TELEGRAM_CHAT_ID \
5
-d text="$1" \
6
- -d disable_notification=true
+ -d disable_notification=true
7
+
0 commit comments