This commit is contained in:
Ben Allfree
2025-11-22 09:17:20 -08:00
parent 1a927cc9f7
commit 2aec7c72dd
2 changed files with 2 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ jobs:
ref: develop
path: firmware
submodules: recursive
fetch-depth: 1
- name: Set up Python
uses: actions/setup-python@v4

View File

@@ -25,7 +25,7 @@ export const dispatchGithubBuild = action({
"Content-Type": "application/json",
},
body: JSON.stringify({
ref: "master", // or make this configurable
ref: "main", // or make this configurable
inputs: {
target: args.target,
flags: args.flags,