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