Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/src/commit/286227c6b87534e59bbe4bfa2d0fa3b626e7042e/ci/code_cleanup.sh
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#!/usr/bin/env bash
|
|
dotnet jb cleanupcode Recyclarr.sln \
|
|
--settings="Recyclarr.sln.DotSettings" \
|
|
--profile="Recyclarr Cleanup" \
|
|
--include="**.cs"
|