Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/0216ef80f872ca4260e54acfc69b89a149af5ab9?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
5 additions and
5 deletions
@ -27,11 +27,11 @@ jobs:
dotnet-version : '8.0.x'
dotnet-version : '8.0.x'
- name : Initialize CodeQL
- name : Initialize CodeQL
uses : github/codeql-action/init@ afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
uses : github/codeql-action/init@ 29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
with:
with:
languages : ${{ matrix.language }}
languages : ${{ matrix.language }}
queries : +security-extended
queries : +security-extended
- name : Autobuild
- name : Autobuild
uses : github/codeql-action/autobuild@ afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
uses : github/codeql-action/autobuild@ 29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
- name : Perform CodeQL Analysis
- name : Perform CodeQL Analysis
uses : github/codeql-action/analyze@ afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
uses : github/codeql-action/analyze@ 29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
@ -27,7 +27,7 @@ jobs:
- name : Generate openapi.json
- name : Generate openapi.json
run : dotnet test tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj -c Release --filter "Jellyfin.Server.Integration.Tests.OpenApiSpecTests"
run : dotnet test tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj -c Release --filter "Jellyfin.Server.Integration.Tests.OpenApiSpecTests"
- name : Upload openapi.json
- name : Upload openapi.json
uses : actions/upload-artifact@8 9ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
uses : actions/upload-artifact@8 34a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
with:
name : openapi-head
name : openapi-head
retention-days : 14
retention-days : 14
@ -61,7 +61,7 @@ jobs:
- name : Generate openapi.json
- name : Generate openapi.json
run : dotnet test tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj -c Release --filter "Jellyfin.Server.Integration.Tests.OpenApiSpecTests"
run : dotnet test tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj -c Release --filter "Jellyfin.Server.Integration.Tests.OpenApiSpecTests"
- name : Upload openapi.json
- name : Upload openapi.json
uses : actions/upload-artifact@8 9ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
uses : actions/upload-artifact@8 34a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
with:
name : openapi-base
name : openapi-base
retention-days : 14
retention-days : 14