From f4f13a80b5dbaa606c1910a471c054cad674dc8d Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sun, 23 Nov 2025 00:51:12 -0800 Subject: [PATCH] ci: update submodule URLs to HTTPS and enable recursive checkout in deploy workflow. --- .github/workflows/deploy.yml | 3 +++ .gitmodules | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 657e357..6d4a369 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,9 @@ jobs: name: Deploy steps: - uses: actions/checkout@v4 + with: + submodules: recursive + - name: Setup Bun uses: oven-sh/setup-bun@v1 diff --git a/.gitmodules b/.gitmodules index e133077..d72be98 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/meshtastic/web-flasher [submodule "vendor/firmware"] path = vendor/firmware - url = git@github.com:meshtastic/firmware.git + url = https://github.com/meshtastic/firmware.git [submodule "vendor/api"] path = vendor/api - url = git@github.com:meshtastic/api.git + url = https://github.com/meshtastic/api.git