Skip to content

Commit a24adcb

Browse files
committed
Workflow: Fix branch name
1 parent 28aedf3 commit a24adcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-rtk-firmware.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
with:
126126
github_token: ${{ secrets.GITHUB_TOKEN }}
127127
directory: ./Firmware/RTK_Surveyor
128-
branch: $BRANCH
128+
branch: ${{ env.BRANCH }}
129129

130130
- name: Compile Sketch
131131
run: arduino-cli compile --fqbn "esp32:esp32:esp32":DebugLevel=${{ env.DEBUG_LEVEL }} ./Firmware/RTK_Surveyor/RTK_Surveyor.ino

0 commit comments

Comments
 (0)