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/f18ed3160d6872fa7a6ef58749072f541fc3900b You should set ROOT_URL correctly, otherwise the web may not work correctly.

quote variable

pull/773/head
Eric Nemchik 3 years ago
parent f1a0149d66
commit f18ed3160d

@ -11,7 +11,7 @@ jobs:
- name: editorconfig-checker
run: |
docker run --rm \
-v ${GITHUB_WORKSPACE}:/check \
-v "${GITHUB_WORKSPACE}":/check \
mstruebing/editorconfig-checker
markdownlint:

Loading…
Cancel
Save