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}}