mirror of
https://github.com/egor-white/zaprett.git
synced 2025-12-10 13:30:23 +05:00
update workflow
This commit is contained in:
9
.github/workflows/workflow.yml
vendored
9
.github/workflows/workflow.yml
vendored
@@ -173,4 +173,11 @@ jobs:
|
||||
file_pattern: 'update.json update_extended.json update_tv.json changelog.md'
|
||||
- name: Send bot post
|
||||
run: |
|
||||
curl https://api.telegram.org/bot${{ secrets.BOT_TOKEN }}/sendMessage?chat_id=-1002531270265\&text=%F0%9F%94%84%20%3Cb%3E%D0%9E%D0%B1%D0%BD%D0%BE%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%BC%D0%BE%D0%B4%D1%83%D0%BB%D1%8F%3C%2Fb%3E%204.3%0A%0A%F0%9F%93%8B%20%D0%98%D0%B7%D0%BC%D0%B5%D0%BD%D0%B5%D0%BD%D0%B8%D1%8F%3A%20test%0A%0A%E2%AC%87%EF%B8%8F%20%3Ca%20href%3D%22https%3A%2F%2Fgithub.com%2Fegor-white%2Fzaprett%2Freleases%2Ftag%2F4.3.0%22%3E%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%3C%2Fa%3E\&parse_mode=HTML\&disable_web_page_preview=true
|
||||
curl -X POST "https://api.telegram.org/bot***/sendMessage" \
|
||||
-d chat_id=1446986479 \
|
||||
-d parse_mode=HTML \
|
||||
--data-urlencode "text=🔄 <b>Обновление модуля</b> {{ inputs.version }}
|
||||
|
||||
📋 Изменения: {{ input.release_changes}}
|
||||
|
||||
⬇️ <a href='https://github.com/egor-white/zaprett/releases/tag/${{ inputs.tag }}'>Скачать</a>"
|
||||
Reference in New Issue
Block a user