mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-03-28 17:42:55 +01:00
wip
This commit is contained in:
1
.github/workflows/custom_build.yml
vendored
1
.github/workflows/custom_build.yml
vendored
@@ -26,6 +26,7 @@ jobs:
|
||||
ref: develop
|
||||
path: firmware
|
||||
submodules: recursive
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user