fix: use GITHUB_SERVER_URL so checkout resolves Forgejo subpath
- 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:
parent
0be3bc473d
commit
3cc0cb88d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue