fix: use GITHUB_SERVER_URL so checkout resolves Forgejo subpath
Some checks failed
CI / Lint, type check, unit tests, coverage (push) Failing after 43s
CI / E2E browser tests (push) Failing after 34s

- Rename FORGEJO_SERVER_URL to GITHUB_SERVER_URL
- The actions/checkout action reads GITHUB_SERVER_URL to construct the
  clone URL. The runner was cloning https://srvr.nu/jocke/bilhej/ instead
  of https://srvr.nu/git/jocke/bilhej/ because the /git/ subpath was lost
This commit is contained in:
Joakim Mörling 2026-05-19 16:16:41 +02:00
parent 0be3bc473d
commit 3cc0cb88d2

View file

@ -7,7 +7,7 @@ on:
branches: [master, develop]
env:
FORGEJO_SERVER_URL: https://srvr.nu/git
GITHUB_SERVER_URL: https://srvr.nu/git
jobs:
lint-and-test: