From 3c070ff53317160f2e4ed6b1e8967e43571cb75c Mon Sep 17 00:00:00 2001 From: Hieu Vu Date: Sun, 11 Aug 2024 20:53:41 +0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c35772d..5e686421 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,10 +11,11 @@ jobs: with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }} - format: MarkdownV2 message: | ⭐️ ${{ github.actor }} created commit with message: ${{ github.event.commits[0].message }} - 🚀 **PR**: https://github.com/${{ github.repository }} + 🚀 **PR** : https://github.com/${{ github.repository }} + + ${{ github.event.pull_request.html_url }} 🛠️ **Changes** : https://github.com/${{ github.repository }}/commit/${{github.sha}}