From 1c10022a8ddff788d3e80bc6d03f4c87d0257e38 Mon Sep 17 00:00:00 2001 From: bn46 <147074924+bn46@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:16:12 +0530 Subject: [PATCH] Update push-trigger.yml Signed-off-by: bn46 <147074924+bn46@users.noreply.github.com> --- .github/workflows/push-trigger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index e113e6b2..bb548ca3 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -40,7 +40,7 @@ jobs: #PR_URL: https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number || 'N/A' }} COMMIT: ${{ github.sha }} REPO: ${{ github.repository }} - JOB_URL: https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }} + JOB_URL: ${{ github.event.pull_request.html_url || 'N/A' }} #JOB_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} MESSAGE: ${{ github.event.head_commit.message || github.event.pull_request.title }}