diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index f16bae7..d7e76bc 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -173,5 +173,4 @@ jobs:
file_pattern: 'update.json update_extended.json update_tv.json changelog.md'
- name: Send bot post
run: |
- text="🔄 Обновление модуля ${{ inputs.version }}\n\n📋 Изменения: ${{ inputs.release_changes }}\n\n⬇️ Скачать"
- curl https://api.telegram.org/bot${{ secrets.BOT_TOKEN }}/sendMessage?chat_id=1446986479\&text=$text
+ curl https://api.telegram.org/bot${{ secrets.BOT_TOKEN }}/sendMessage?chat_id=1446986479\&text="🔄 Обновление модуля ${{ inputs.version }}\n\n📋 Изменения: ${{ inputs.release_changes }}\n\n⬇️ Скачать"\&parse_mode=HTML
\ No newline at end of file