From 5c07163cd458e08f1534cf8ed91d7d893008958d Mon Sep 17 00:00:00 2001 From: Atopes Sayuri <108107785+AtopesSayuri@users.noreply.github.com> Date: Tue, 28 May 2024 23:59:26 +0800 Subject: [PATCH] unarchive --- .github/workflows/TGNotify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/TGNotify.yml b/.github/workflows/TGNotify.yml index 24b3d09..54506e5 100644 --- a/.github/workflows/TGNotify.yml +++ b/.github/workflows/TGNotify.yml @@ -11,6 +11,7 @@ jobs: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }} format: markdown + disable_web_page_preview: true message: | New push to Github! ```