use template (#5523)
This commit is contained in:
parent
34fc11b780
commit
712b0b55d6
|
@ -17,7 +17,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Generate Pinouts
|
||||
uses: chuckwagoncomputing/interactive-pinout@2.9
|
||||
uses: chuckwagoncomputing/interactive-pinout@2.10
|
||||
with:
|
||||
mapping-path: firmware/config/boards/*/connectors/*.yaml
|
||||
warnings: "false"
|
||||
|
@ -35,6 +35,10 @@ jobs:
|
|||
"function"
|
||||
]
|
||||
info-column: "type"
|
||||
templates: |
|
||||
{
|
||||
"___": "pin"
|
||||
}
|
||||
colors: |
|
||||
{
|
||||
"12v":"yellow";
|
||||
|
|
Loading…
Reference in New Issue