Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/commit/46102472072b29084d387fe9cbd14b565f2526b8 You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/1/head
Jason Kulatunga 5 years ago
parent b7e6281f83
commit 4610247207

@ -1,4 +1,4 @@
name: Greet Everyone
name: CI
# This workflow is triggered on pushes to the repository.
on: [push]
@ -6,7 +6,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
container: golang:1.13golang:1.13
container: golang:1.13
steps:
- name: Download dependencies
run: go mod vendor

Loading…
Cancel
Save