Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/bd255b35531519e3a29e9e574232b2e463bc773f You should set ROOT_URL correctly, otherwise the web may not work correctly.

Use dashes in workflow names

pull/11603/head
Joshua M. Boniface 11 months ago
parent f568aed520
commit bd255b3553

@ -140,7 +140,7 @@ jobs:
No changes to OpenAPI specification found. See history of this comment for previous changes.
publish_unstable:
publish-unstable:
name: OpenAPI - Publish Unstable Spec
if: |
github.event_name != 'pull_request_target' &&
@ -205,7 +205,7 @@ jobs:
fi
) 200>/run/workflows/openapi-unstable.lock
publish_stable:
publish-stable:
name: OpenAPI - Publish Stable Spec
if: |
startsWith(github.ref, 'refs/tags/v') &&

Loading…
Cancel
Save