💚 Use HTTP instead of SSH for submodule
This commit is contained in:
parent
83e566a366
commit
0b1b36f731
2 changed files with 1 additions and 2 deletions
|
|
@ -20,7 +20,6 @@ jobs:
|
|||
name: Install dependencies
|
||||
command: |
|
||||
apk add openssh
|
||||
ssh-keyscan -H codeberg.org > ~/.ssh/known_hosts
|
||||
git submodule init
|
||||
git submodule update
|
||||
- run:
|
||||
|
|
|
|||
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,3 +1,3 @@
|
|||
[submodule "themes/hello-friend-ng"]
|
||||
path = themes/hello-friend-ng
|
||||
url = git@codeberg.org:danjones000/hello-friend-ng.git
|
||||
url = https://codeberg.org/danjones000/hello-friend-ng.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue