fix: update GitHub Actions workflow to use 'main' branch for web-flasher checkout instead of version input

This commit is contained in:
Ben Allfree
2025-11-23 22:13:05 -08:00
parent b322d25794
commit 5fa1c69de9

View File

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