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 18, 2024
1 parent 52c3b3d commit 3590ff7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
with:
SERVICE_LOCATION: ${{ matrix.SERVICE_LOCATION }}
SERVICE_NAME: ${{ matrix.SERVICE_NAME }}
GITHUB_USER: ${{ github.event.pull_request.user.login || github.actor }}
PR_URL: ${{ github.event.pull_request.html_url || github.event.release.url || github.event.html_url }}
PR_TITLE: ${{ github.event.pull_request.title || github.event.release.name || github.ref_name }}
GITHUB_USER: ${{ github.event.pull_request.user.login || github.actor || 'unknown' }}
PR_URL: ${{ github.event.pull_request.html_url || github.event.release.url || github.event.html_url || 'Not Available' }}
PR_TITLE: ${{ github.event.pull_request.title || github.event.release.name || github.ref_name || 'No Title' }}
REPOSITORY: ${{ github.repository }}
ACTION: ${{ github.event.action || 'push' }}
secrets:
Expand Down

0 comments on commit 3590ff7

Please sign in to comment.