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 23, 2024
1 parent 39b43f1 commit 6afca44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
SERVICE_LOCATION: ${{ matrix.SERVICE_LOCATION }}
SERVICE_NAME: ${{ matrix.SERVICE_NAME }}
GITHUB_USER: ${{ github.actor }}
PR_TITLE: ${{ github.event.pull_request.title || 'N/A' }}
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' }}
COMMIT: ${{ github.sha }}
Expand Down

0 comments on commit 6afca44

Please sign in to comment.