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

Update build.yml

pull/4329/head
Jamie 4 years ago committed by GitHub
parent f4a4e86bba
commit 9180028eed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,6 +42,14 @@ jobs:
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
- name: Nuget Cache
uses: actions/cache@v2
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget
- name: Run Unit Tests
run: |

Loading…
Cancel
Save