💚 Use HTTP instead of SSH for submodule

This commit is contained in:
Dan Jones 2023-12-21 15:48:07 -06:00
commit 0b1b36f731
2 changed files with 1 additions and 2 deletions

View file

@ -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
View file

@ -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