From 52cd7840ef55c44051236d9e0965ae43cfa5ae9d Mon Sep 17 00:00:00 2001 From: vbevdev Date: Sat, 4 Jul 2026 02:43:27 +0300 Subject: [PATCH] deploy-workflow: create docker compose file --- .gitea/workflows/test_telegram_deploy_bot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test_telegram_deploy_bot.yaml b/.gitea/workflows/test_telegram_deploy_bot.yaml index 6d5ee80..6efc574 100644 --- a/.gitea/workflows/test_telegram_deploy_bot.yaml +++ b/.gitea/workflows/test_telegram_deploy_bot.yaml @@ -37,6 +37,6 @@ jobs: curl -s --connect-timeout 10 -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendMessage" \ --proxy "${PROXY_URL}" \ -d "chat_id=${TELEGRAM_CHAT}" \ - -d "parse_mode=MarkdownV2" \ + -d "parse_mode=HTML" \ -d "text=\$MESSAGE" EOT \ No newline at end of file