From 5fa1c69de979e770bb7111dbf488e36148b68ffd Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sun, 23 Nov 2025 22:13:05 -0800 Subject: [PATCH] fix: update GitHub Actions workflow to use 'main' branch for web-flasher checkout instead of version input --- .github/workflows/custom_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/custom_build.yml b/.github/workflows/custom_build.yml index 17444e3..17a0284 100644 --- a/.github/workflows/custom_build.yml +++ b/.github/workflows/custom_build.yml @@ -56,7 +56,7 @@ jobs: uses: actions/checkout@v4 with: repository: meshtastic/web-flasher - ref: ${{ inputs.version }} + ref: main path: web-flasher submodules: recursive fetch-depth: 1