diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 7395f3b..b500c82 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -171,17 +171,19 @@ jobs: with: commit_message: "Update update's.json and changelog" file_pattern: 'update.json update_extended.json update_tv.json changelog.md' - - name: Send bot post - env: - MESSAGE_TEXT: | - 🔄 Обновление модуля ${{ inputs.version }} + + - name: Send bot post + env: + MESSAGE_TEXT: | + 🔄 Обновление модуля ${{ inputs.version }} - 📋 Изменения: ${{ inputs.release_changes }} + 📋 Изменения: ${{ inputs.release_changes }} - ⬇️ Скачать - 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=$MESSAGE_TEXT" + ⬇️ Скачать + 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=$MESSAGE_TEXT" + \ No newline at end of file