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

fix missing runm

pull/1680/head
FonduemangVI 12 months ago
parent 97d273312c
commit 5e4a798c78

@ -30,5 +30,6 @@ jobs:
git diff
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
git add CONTRIBUTORS.json
git commit -am "Update CONTRIBUTORS.md" || exit 0
git push

Loading…
Cancel
Save