From c415423ede5417a5f26344228671772122a3fee2 Mon Sep 17 00:00:00 2001 From: bn46 <147074924+bn46@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:38:37 +0530 Subject: [PATCH] Update push-trigger.yml Signed-off-by: bn46 <147074924+bn46@users.noreply.github.com> --- .github/workflows/push-trigger.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index a64c5fc6..b3394f7e 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -37,10 +37,10 @@ jobs: WORKFLOW: ${{ github.workflow }} #PR_TITLE: ${{ github.event.pull_request.title || 'N/A' }} ACTION: ${{ github.event.action || 'N/A' }} - PR_URL: "<${{ github.event.pull_request.html_url || 'N/A' }}|PR #${{ github.event.pull_request.number }}>" - COMMIT: "<${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}|Commit>" + PR_URL: "!<${{ github.event.pull_request.html_url || 'N/A' }}|PR #${{ github.event.pull_request.number }}>" + COMMIT: "!<${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}|Commit>" REPO: ${{ github.repository }} - JOB_URL: "<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|Job Run>" + JOB_URL: "!<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|Job Run>" #JOB_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} MESSAGE: ${{ github.event.head_commit.message || github.event.pull_request.title }}