skeleton
This commit is contained in:
parent
e4f88c9745
commit
1e1101aa9e
|
@ -0,0 +1,9 @@
|
||||||
|
name: Create Board
|
||||||
|
|
||||||
|
on: [ push, pull_request ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
call-workflow-passing-data:
|
||||||
|
uses: andreika-git/hellen-one/.github/workflows/create-board.yaml@master
|
||||||
|
permissions:
|
||||||
|
contents: write
|
|
@ -0,0 +1,5 @@
|
||||||
|
# removal example: R66006 would be removed from BOM
|
||||||
|
R66006,
|
||||||
|
|
||||||
|
# replacement example - replace specific fuse part number
|
||||||
|
F42333310,"nSMD050-24V","SMD1206","C70076"
|
Can't render this file because it has a wrong number of fields in line 2.
|
|
@ -0,0 +1,8 @@
|
||||||
|
# make sure to increment revision BEFORE any changes to content
|
||||||
|
|
||||||
|
BOARD_PREFIX=xxx
|
||||||
|
BOARD_SUFFIX=yyy
|
||||||
|
BOARD_REVISION=a
|
||||||
|
|
||||||
|
# does not affect fab files, only needed to have nice rendered preview
|
||||||
|
BOARD_PCB_OFFSET=0,0
|
Loading…
Reference in New Issue