From caaf055e5843c3e5cba8b8de214dcba9f5f743eb Mon Sep 17 00:00:00 2001
From: stefanodvx <69367859+stefanodvx@users.noreply.github.com>
Date: Thu, 17 Apr 2025 14:39:03 +0200
Subject: [PATCH] Update notify.yml
---
.github/workflows/notify.yml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml
index 03bf90a..b48169e 100644
--- a/.github/workflows/notify.yml
+++ b/.github/workflows/notify.yml
@@ -10,8 +10,10 @@ jobs:
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
+ disable_web_page_preview: true
+ format: html
message: |
- ${{ github.actor }} created commit:
- Commit message: ${{ github.event.commits[0].message }}
+ 🛠${{ github.actor }} created commit (${{github.sha}}
)
+ ${{ github.event.commits[0].message }}
- See changes: https://github.com/${{ github.repository }}/commit/${{github.sha}}
\ No newline at end of file
+ See changes
\ No newline at end of file