diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 68ab6df..ba56d93 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -172,9 +172,9 @@ jobs:
commit_message: "Update update's.json and changelog"
file_pattern: 'update.json update_extended.json update_tv.json changelog.md'
- name: Send bot post
- run: |
- curl -X POST "https://api.telegram.org/bot${{ secrets.BOT_TOKEN }}/sendMessage" \
- -d chat_id=1446986479 \
- -d parse_mode=HTML \
- -d disable_web_page_preview=true \
- --data-urlencode "text=🔄 Обновление модуля ${{ inputs.version }}\n\n📋 Изменения: ${{ inputs.release_changes }}\n\n⬇️ Скачать"
+ run: |
+ curl -X POST "https://api.telegram.org/bot${{ secrets.BOT_TOKEN }}/sendMessage" \
+ -d chat_id=1446986479 \
+ -d parse_mode=HTML \
+ -d disable_web_page_preview=true \
+ --data-urlencode "text=🔄 Обновление модуля ${{ inputs.version }}\n\n📋 Изменения: ${{ inputs.release_changes }}\n\n⬇️ Скачать"