From 188c4e880f787e6bbfe2f145e2800900c977c88d Mon Sep 17 00:00:00 2001 From: KF-Art Date: Fri, 26 May 2023 11:55:59 -0400 Subject: [PATCH] Update notify-telegram.yml --- .github/workflows/notify-telegram.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/notify-telegram.yml b/.github/workflows/notify-telegram.yml index 20bf657..653e4d5 100644 --- a/.github/workflows/notify-telegram.yml +++ b/.github/workflows/notify-telegram.yml @@ -13,9 +13,6 @@ jobs: token: ${{ secrets.TG_INTERNAL_BOT_TOKEN }} format: markdown message: | - [${{ github.actor }}](https://github.com/${{ github.actor }}) created a commit on [${{ github.repository }}](https://github.com/${{ github.repository }}) - - *Commit message*: - ${{ github.event.commits[0].message }} - - [See changes](https://github.com/${{ github.repository }}/commit/${{github.sha}}) + [New commit](https://github.com/${{ github.repository }}/commit/${{github.sha}}) to [${{ github.repository }}](https://github.com/${{ github.repository }}): + + [${{github.sha}}](https://github.com/${{ github.repository }}/commit/${{github.sha}}): __${{ github.event.commits[0].message }}__ by [${{ github.actor }}](https://github.com/${{ github.actor }})