mirror of
https://github.com/egor-white/zaprett.git
synced 2025-12-21 18:59:51 +05:00
update workflow
This commit is contained in:
3
.github/workflows/workflow.yml
vendored
3
.github/workflows/workflow.yml
vendored
@@ -173,5 +173,4 @@ jobs:
|
|||||||
file_pattern: 'update.json update_extended.json update_tv.json changelog.md'
|
file_pattern: 'update.json update_extended.json update_tv.json changelog.md'
|
||||||
- name: Send bot post
|
- name: Send bot post
|
||||||
run: |
|
run: |
|
||||||
text="🔄 <b>Обновление модуля</b> ${{ inputs.version }}\n\n📋 Изменения: ${{ inputs.release_changes }}\n\n⬇️ <a href='https://github.com/${{ github.repository }}/releases/tag/${{ inputs.tag }}'>Скачать</a>"
|
curl https://api.telegram.org/bot${{ secrets.BOT_TOKEN }}/sendMessage?chat_id=1446986479\&text="🔄 <b>Обновление модуля</b> ${{ inputs.version }}\n\n📋 Изменения: ${{ inputs.release_changes }}\n\n⬇️ <a href='https://github.com/${{ github.repository }}/releases/tag/${{ inputs.tag }}'>Скачать</a>"\&parse_mode=HTML
|
||||||
curl https://api.telegram.org/bot${{ secrets.BOT_TOKEN }}/sendMessage?chat_id=1446986479\&text=$text
|
|
||||||
Reference in New Issue
Block a user