Skip to content

Send notification to Telegram #1

Send notification to Telegram

Send notification to Telegram #1

Workflow file for this run

name: Send notification to Telegram
on:
release:
types: [ published ]
jobs:
notify:
if: ${{ !github.event.release.prerelease && !github.event.release.draft }}
runs-on: ubuntu-latest
steps:
- name: Send message
uses: appleboy/telegram-action@v1.0.1
with:
format: markdown
disable_web_page_preview: true
to: ${{ secrets.TELEGRAM_CHAT_ID }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
[Версия ${{ github.event.release.tag_name }}](${{ github.event.release.html_url }})
${{ github.event.release.body }}
#update #nfqws