From f707b7e66a6c39ce0d1db4510b030094fcd5b0e2 Mon Sep 17 00:00:00 2001 From: Hieu Vu Date: Sat, 17 Aug 2024 14:25:25 +0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e1b54ff1..a768d9ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,10 +15,8 @@ jobs: message: | 👨‍💻 *New PR Updates from ${{ github.actor }}* - ⭐️ *Latest commit*: ${{ github.event.commits[0].message }} - - ${{ steps.pr.outputs.pull_request_number }} - + ⭐️ *Latest commit*: ${{ github.event.commits[0].message }} ${{ github.event.pull_request_number }} + 🚀 *PR*: https://github.com/${{ github.repository }} 🛠️ *Changes*: https://github.com/${{ github.repository }}/commit/${{github.sha}}