From 7f41ef4c1eace4885b100f5bd46313100f8abe83 Mon Sep 17 00:00:00 2001 From: KF-Art Date: Fri, 26 May 2023 11:59:25 -0400 Subject: [PATCH] Update notify-telegram.yml --- .github/workflows/notify-telegram.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-telegram.yml b/.github/workflows/notify-telegram.yml index 653e4d5..3c8500b 100644 --- a/.github/workflows/notify-telegram.yml +++ b/.github/workflows/notify-telegram.yml @@ -15,4 +15,4 @@ jobs: message: | [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 }}) + *Commit Message*: _${{ github.event.commits[0].message }}_ by [${{ github.actor }}](https://github.com/${{ github.actor }}).