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

fix(contribs): update fetch depth

pull/1950/head
FonduemangVI 11 months ago
parent 8f52a96212
commit 106b9954bf

@ -17,6 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref || github.ref_name }} # Use the branch name or PR branch
fetch-depth: 0
- name: Install Node.js
uses: actions/setup-node@v4

Loading…
Cancel
Save