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/591c5279d97dcaa397df5a619e0941de5ec3e11f You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/1680/head
FonduemangVI 1 year ago
parent 7281e50ca6
commit 591c5279d9

@ -23,5 +23,4 @@ jobs:
uses: jaywcjlove/github-action-modify-file-content@main
with:
path: docs/updates.txt
body: "{{date:YYYY-MM-DD HH:mm}}\n${{ steps.build_changelog.outputs.changelog }}"
sync_local_file: true
body: "#{{date:YYYY-MM-DD HH:mm}}\n${{ steps.build_changelog.outputs.changelog }}"

Loading…
Cancel
Save