Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/04b2355d4d6e99eb51963ae6b9151d07fba098e2
You should set ROOT_URL correctly, otherwise the web may not work correctly.
5 changed files with
6 additions and
6 deletions
@ -15,7 +15,7 @@ jobs:
cancel-in-progress : true
steps:
- name : Checkout repository
uses : actions/checkout@v4.1. 5
uses : actions/checkout@v4.1. 6
with:
fetch-depth : 0
sparse-checkout : |
@ -55,7 +55,7 @@ jobs:
cancel-in-progress : true
steps:
- name : Checkout repository
uses : actions/checkout@v4.1. 5
uses : actions/checkout@v4.1. 6
with:
fetch-depth : 0
sparse-checkout : |
@ -10,7 +10,7 @@ jobs:
editorconfig-checker:
runs-on : ubuntu-latest
steps:
- uses : actions/checkout@v4.1. 5
- uses : actions/checkout@v4.1. 6
- name : editorconfig-checker
run : |
docker run --rm \
@ -10,7 +10,7 @@ jobs:
markdownlint:
runs-on : ubuntu-latest
steps:
- uses : actions/checkout@v4.1. 5
- uses : actions/checkout@v4.1. 6
- name : markdownlint
run : |
docker run --rm \
@ -11,7 +11,7 @@ jobs:
runs-on : ubuntu-latest
steps:
- uses : actions/checkout@v4.1. 5
- uses : actions/checkout@v4.1. 6
- name : Run yamllint
run : |
@ -19,7 +19,7 @@ jobs:
runs-on : ubuntu-latest
name : Validate metadata.json
steps:
- uses : actions/checkout@v4.1. 5
- uses : actions/checkout@v4.1. 6
- uses : actions/setup-python@v5.1.0
with:
python-version : 3. x