forked from tahoe-lafs/web-landing-page
Override the default git server url to use Forgejo
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
7876d26d6f
commit
2457855851
|
@ -18,6 +18,7 @@ jobs:
|
|||
- name: Check out repository
|
||||
id: checkout
|
||||
uses: actions/checkout@v4
|
||||
github-server-url: 'https://forge.87b59b92.nip.io/'
|
||||
- name: Change file ownership
|
||||
id: file_ownership
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue