We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28aedf3 commit a24adcbCopy full SHA for a24adcb
.github/workflows/compile-rtk-firmware.yml
@@ -125,7 +125,7 @@ jobs:
125
with:
126
github_token: ${{ secrets.GITHUB_TOKEN }}
127
directory: ./Firmware/RTK_Surveyor
128
- branch: $BRANCH
+ branch: ${{ env.BRANCH }}
129
130
- name: Compile Sketch
131
run: arduino-cli compile --fqbn "esp32:esp32:esp32":DebugLevel=${{ env.DEBUG_LEVEL }} ./Firmware/RTK_Surveyor/RTK_Surveyor.ino
0 commit comments