submodule: switch URL from SSH to HTTPS for forgejo anonymous access
The runner container does not have an SSH client, and even if it did, no key is configured for it. Forgejo Actions must reach the submodule over HTTPS with anonymous read access (which is now enabled on the Forgejo instance). Use 'git submodule sync --recursive' on the developer side after checkout to propagate the URL change to .git/modules/.
This commit is contained in:
parent
b168232c5b
commit
4717cfb76e
1 changed files with 1 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,3 +1,3 @@
|
||||||
[submodule "external/dotnet-android-build-image"]
|
[submodule "external/dotnet-android-build-image"]
|
||||||
path = external/dotnet-android-build-image
|
path = external/dotnet-android-build-image
|
||||||
url = git@forgejo.pschneider.fr:notazof/dotnet-android-build-image.git
|
url = https://forgejo.pschneider.fr/notazof/dotnet-android-build-image.git
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue