mirror of
https://github.com/egor-white/zaprett.git
synced 2025-12-11 22:09:42 +05:00
update workflow
This commit is contained in:
15
.github/workflows/workflow.yml
vendored
15
.github/workflows/workflow.yml
vendored
@@ -172,12 +172,13 @@ 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***/sendMessage" \
|
||||
-d chat_id=1446986479 \
|
||||
-d parse_mode=HTML \
|
||||
--data-urlencode "text=🔄 <b>Обновление модуля</b> {{ inputs.version }}
|
||||
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=🔄 <b>Обновление модуля</b> ${{ inputs.version }}
|
||||
|
||||
📋 Изменения: {{ input.release_changes}}
|
||||
📋 Изменения: ${{ inputs.release_changes }}
|
||||
|
||||
⬇️ <a href='https://github.com/egor-white/zaprett/releases/tag/${{ inputs.tag }}'>Скачать</a>"
|
||||
⬇️ <a href='https://github.com/egor-white/zaprett/releases/tag/${{ inputs.tag }}'>Скачать</a>"
|
||||
|
||||
Reference in New Issue
Block a user