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

ci(deps): Update actions/upload-artifact action to v4.4.3

pull/353/head
renovate[bot] 6 months ago committed by Robert Dailey
parent 9fe60dd420
commit 36de47cdbc

@ -18,7 +18,7 @@ runs:
shell: bash
working-directory: ${{ inputs.path }}
- uses: actions/upload-artifact@v4.4.1
- uses: actions/upload-artifact@v4.4.3
with:
name: ${{ inputs.name }}
path: ${{ inputs.path }}/artifact.tar

@ -73,7 +73,7 @@ jobs:
git diff --exit-code | tee code-cleanup.patch
- name: Publish Patch File
uses: actions/upload-artifact@v4.4.1
uses: actions/upload-artifact@v4.4.3
if: failure()
with:
name: code-cleanup-patch-files

Loading…
Cancel
Save