mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-15 18:08:17 -07:00
Merge pull request #5472 from thornbill/master
Add missing ref fallback in publish action
This commit is contained in:
commit
a1a2528806
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
||||
- pr-context
|
||||
|
||||
with:
|
||||
branch: ${{ needs.pr-context.outputs.branch }}
|
||||
branch: ${{ needs.pr-context.outputs.branch || github.ref_name }}
|
||||
commit: ${{ needs.pr-context.outputs.commit != '' && needs.pr-context.outputs.commit || github.event.workflow_run.head_sha }}
|
||||
preview_url: ${{ needs.publish.outputs.url }}
|
||||
build_workflow_run_id: ${{ github.event.workflow_run.id }}
|
||||
|
Loading…
Reference in New Issue
Block a user