Skip to content

Commit 1019998

Browse files
authored
Add port to custom build
1 parent 4c6ef4e commit 1019998

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-board-custom.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Build board (custom)
33
on:
44
workflow_dispatch:
55
inputs:
6+
port:
7+
description: 'Port: Found in ports/[port]'
8+
required: true
9+
type: string
610
board:
711
description: 'Board: Found in ports/*/boards/[board_id]'
812
required: true

0 commit comments

Comments
 (0)