Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/39289ae8145a06cca89a24ca867690af131b19fc
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
5 additions and
5 deletions
@ -20,7 +20,7 @@ jobs:
steps:
- name : Checkout repository
uses : actions/checkout@7 dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3
uses : actions/checkout@7 55da8c3cf115ac066823e79a1e1788f8940201b # v3
- name : Setup .NET
uses : actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # tag=v3
with:
@ -24,7 +24,7 @@ jobs:
reactions : '+1'
- name : Checkout the latest code
uses : actions/checkout@7 dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3
uses : actions/checkout@7 55da8c3cf115ac066823e79a1e1788f8940201b # v3
with:
token : ${{ secrets.JF_BOT_TOKEN }}
fetch-depth : 0
@ -51,7 +51,7 @@ jobs:
reactions : eyes
- name : Checkout the latest code
uses : actions/checkout@7 dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3
uses : actions/checkout@7 55da8c3cf115ac066823e79a1e1788f8940201b # v3
with:
token : ${{ secrets.JF_BOT_TOKEN }}
fetch-depth : 0
@ -14,7 +14,7 @@ jobs:
permissions : read-all
steps:
- name : Checkout repository
uses : actions/checkout@7 dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3
uses : actions/checkout@7 55da8c3cf115ac066823e79a1e1788f8940201b # v3
with:
ref : ${{ github.event.pull_request.head.sha }}
repository : ${{ github.event.pull_request.head.repo.full_name }}
@ -39,7 +39,7 @@ jobs:
permissions : read-all
steps:
- name : Checkout repository
uses : actions/checkout@7 dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3
uses : actions/checkout@7 55da8c3cf115ac066823e79a1e1788f8940201b # v3
with:
ref : ${{ github.base_ref }}
- name : Setup .NET