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

Update aspnetcore.yml

pull/3136/head
Jamie 6 years ago committed by GitHub
parent 01a44c9d25
commit 50978733f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,3 +15,5 @@ jobs:
dotnet-version: 2.2.108
- name: Build with dotnet
run: dotnet build src/Ombi.sln --configuration Release
- name: Run Tests
run: dotnet test src/Ombi.sln --no-build

Loading…
Cancel
Save