mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-07-07 02:11:21 +02:00
wip
This commit is contained in:
@@ -26,6 +26,7 @@ jobs:
|
|||||||
ref: develop
|
ref: develop
|
||||||
path: firmware
|
path: firmware
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
|
|||||||
+1
-1
@@ -25,7 +25,7 @@ export const dispatchGithubBuild = action({
|
|||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
ref: "master", // or make this configurable
|
ref: "main", // or make this configurable
|
||||||
inputs: {
|
inputs: {
|
||||||
target: args.target,
|
target: args.target,
|
||||||
flags: args.flags,
|
flags: args.flags,
|
||||||
|
|||||||
Reference in New Issue
Block a user