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

fix(update contribs): remove unnecessary --force on git push

pull/2006/head
FonduemangVI 9 months ago
parent a0b9f367c9
commit b5920292ac

@ -38,4 +38,4 @@ jobs:
git config --global user.name "GitHub Actions"
git diff
git commit -am "chore(contributors): Update CONTRIBUTORS.md" || exit 0
git push https://x-access-token:${{ secrets.PAT }}@github.com/${{ github.repository }}.git HEAD:master --force
git push https://x-access-token:${{ secrets.PAT }}@github.com/${{ github.repository }}.git HEAD:master

Loading…
Cancel
Save