mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add event type to environment for debugging workflow
This commit is contained in:
parent
debdf2d17e
commit
b2c7ab8bbc
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
@ -25,6 +25,7 @@ jobs:
|
||||||
&& github.event.workflow_run.head_branch
|
&& github.event.workflow_run.head_branch
|
||||||
|| format('{0}/{1}', github.event.workflow_run.head_repository.full_name, 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: |
|
PR_NUMBER: |
|
||||||
${{
|
${{
|
||||||
github.event.workflow_run.event == 'pull_request'
|
github.event.workflow_run.event == 'pull_request'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue