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 24, 2024
1 parent e7da268 commit 1c10022
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 @@ -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 }}
Expand Down

0 comments on commit 1c10022

Please sign in to comment.