Skip to content

Commit

Permalink
Add event type to environment for debugging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Aug 5, 2024
1 parent debdf2d commit b2c7ab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
&& github.event.workflow_run.head_branch
|| format('{0}/{1}', github.event.workflow_run.head_repository.full_name, github.event.workflow_run.head_branch)
}}
EVENT: ${{ github.event.workflow_run.event }}
PR_NUMBER: |
${{
github.event.workflow_run.event == 'pull_request'
Expand Down

0 comments on commit b2c7ab8

Please sign in to comment.