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