Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/dea9dc39934f4a2a67fa8da04b3adfa949473de8
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
8 additions and
13 deletions
@ -162,6 +162,14 @@ jobs:
runs-on : ubuntu-latest
steps:
- uses : actions/checkout@v2
- name : Conventional Changelog Action
id : changelog
uses : TriPSs/conventional-changelog-action@v3
with:
version-file : 'version.json'
skip-on-empty : 'false'
git-message: 'chore(release): :rocket : {version}'
- name : Download Artifacts
id : download
uses : actions/download-artifact@v2
@ -191,19 +199,6 @@ jobs:
artifacts/**/*.tar.gz
artifacts/**/*.zip
update-changelog:
needs : [ release ]
runs-on : ubuntu-latest
steps:
- uses : actions/checkout@v2
- name : Conventional Changelog Action
id : changelog
uses : TriPSs/conventional-changelog-action@v3
with:
version-file : 'version.json'
skip-on-empty : 'false'
git-message: 'chore(release): :rocket : {version}'
update-apt:
needs : [ release ]
runs-on : ubuntu-latest