Skip to content

Commit

Permalink
Hello World
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Dec 4, 2023
1 parent 3b48f4d commit dd88168
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-firmware.yaml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions .github/workflows/update-rusefi-reference.yaml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.idea

0 comments on commit dd88168

Please sign in to comment.