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
+1 -1
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,