Hello World
This commit is contained in:
parent
3b48f4d0e5
commit
dd88168af2
|
@ -0,0 +1,16 @@
|
||||||
|
name: Create Board Firmware
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
call-workflow-passing-data:
|
||||||
|
uses: rusefi/rusefi/.github/workflows/custom-board-build.yaml@master
|
||||||
|
secrets: inherit
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
with:
|
||||||
|
shortBoardName: XXX
|
||||||
|
iniFileName: rusefi_XXX.ini
|
|
@ -0,0 +1,10 @@
|
||||||
|
name: Update rusEFI Reference
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
call-workflow-passing-data:
|
||||||
|
uses: rusefi/rusefi/.github/workflows/custom-board-update-rusefi-reference.yaml@master
|
||||||
|
permissions:
|
||||||
|
contents: write
|
|
@ -0,0 +1 @@
|
||||||
|
/.idea
|
Loading…
Reference in New Issue