💚 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: