From 2aec7c72dd960d63da1282c0944900316debd85e Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sat, 22 Nov 2025 09:17:20 -0800 Subject: [PATCH] wip --- .github/workflows/custom_build.yml | 1 + convex/actions.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/custom_build.yml b/.github/workflows/custom_build.yml index d9ab712..85d0ff5 100644 --- a/.github/workflows/custom_build.yml +++ b/.github/workflows/custom_build.yml @@ -26,6 +26,7 @@ jobs: ref: develop path: firmware submodules: recursive + fetch-depth: 1 - name: Set up Python uses: actions/setup-python@v4 diff --git a/convex/actions.ts b/convex/actions.ts index ee99ab6..5e50a32 100644 --- a/convex/actions.ts +++ b/convex/actions.ts @@ -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,