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 0ae775a commit 26db7a2Copy full SHA for 26db7a2
.github/workflows/non-release-build.yml
@@ -51,7 +51,7 @@ jobs:
51
echo "JSON_ENDING=-${{ steps.dateNoScores.outputs.dateNoScores }}" >> "$GITHUB_ENV"
52
echo "JSON_FILE_NAME=RTK-Everywhere-RC-Firmware.json" >> "$GITHUB_ENV"
53
echo "ENABLE_DEVELOPER=true" >> "$GITHUB_ENV"
54
- echo "DEBUG_LEVEL=debug" >> "$GITHUB_ENV"
+ echo "DEBUG_LEVEL=error" >> "$GITHUB_ENV"
55
fi
56
57
- name: Setup Arduino CLI
0 commit comments