From 17fa4047f9c4eb0369ba033ec8420b193cad216d Mon Sep 17 00:00:00 2001 From: AlexGyver Date: Wed, 29 Jun 2022 15:06:41 +0300 Subject: [PATCH] edit workflow --- .github/workflows/tg-send.yml | 1 + 1 file changed, 1 insertion(+) 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 }}