We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6ef4e commit 1019998Copy full SHA for 1019998
.github/workflows/build-board-custom.yml
@@ -3,6 +3,10 @@ name: Build board (custom)
3
on:
4
workflow_dispatch:
5
inputs:
6
+ port:
7
+ description: 'Port: Found in ports/[port]'
8
+ required: true
9
+ type: string
10
board:
11
description: 'Board: Found in ports/*/boards/[board_id]'
12
required: true
0 commit comments