From c75aab0c14e9d8448d7df5990830597c84bad339 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Wed, 10 Dec 2025 17:52:06 -0800 Subject: [PATCH] chore: remove meshtastic remote addition from deploy workflow --- .github/workflows/deploy.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 12b4782..a85c236 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,11 +15,6 @@ jobs: submodules: recursive fetch-depth: 0 - - name: Add meshtastic remote to vendor/firmware - run: | - git remote add meshtastic git@github.com:meshtastic/firmware.git - working-directory: vendor/firmware - - name: Setup Bun uses: oven-sh/setup-bun@v1 with: