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 13a5766 commit 7d40ec6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ 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_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 }}/actions/runs/${{ github.run_id }}
JOB_URL: https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number || '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 }}

secrets:
Expand Down

0 comments on commit 7d40ec6

Please sign in to comment.