diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index ea7d7e5..830b81d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -180,9 +180,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Send bot post run: | - text=" - 🔄 Обновление модуля ${{ inputs.version }}\n\n -📋 Изменения: ${{ inputs.release_changes }}\n\n -⬇️ Скачать" + 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 \ No newline at end of file