Skip to content

Commit

Permalink
Update push-trigger.yml
Browse files Browse the repository at this point in the history
Signed-off-by: bn46 <[email protected]>
  • Loading branch information
bn46 authored Oct 25, 2024
1 parent 5756b10 commit f942d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
#PR_TITLE: ${{ github.event.pull_request.title || 'N/A' }}
ACTION: ${{ github.event.action || 'N/A' }}
PR_URL: "<!subtype|${{ github.event.pull_request.html_url || 'N/A' }}>"
COMMIT: "[Commit](${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }})"
COMMIT: "<${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }|Commit}>"
REPO: ${{ github.repository }}
JOB_URL: "<!subtype|${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>"

Expand Down

0 comments on commit f942d36

Please sign in to comment.