diff --git a/.github/workflows/tg-send.yml b/.github/workflows/tg-send.yml index 9116b80..94d89c2 100644 --- a/.github/workflows/tg-send.yml +++ b/.github/workflows/tg-send.yml @@ -13,6 +13,7 @@ jobs: with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }} + disable_web_page_preview: true message: | ${{ github.event.repository.name }} ${{ github.event.release.body }}