mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-03-28 17:42:55 +01:00
fix: update GitHub Actions workflow to use 'main' branch for web-flasher checkout instead of version input
This commit is contained in:
2
.github/workflows/custom_build.yml
vendored
2
.github/workflows/custom_build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user