deploy on gitea workflow #3
@@ -37,6 +37,6 @@ jobs:
|
|||||||
curl -s --connect-timeout 10 -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendMessage" \
|
curl -s --connect-timeout 10 -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendMessage" \
|
||||||
--proxy "${PROXY_URL}" \
|
--proxy "${PROXY_URL}" \
|
||||||
-d "chat_id=${TELEGRAM_CHAT}" \
|
-d "chat_id=${TELEGRAM_CHAT}" \
|
||||||
-d "parse_mode=MarkdownV2" \
|
-d "parse_mode=HTML" \
|
||||||
-d "text=\$MESSAGE"
|
-d "text=\$MESSAGE"
|
||||||
EOT
|
EOT
|
||||||
Reference in New Issue
Block a user