Skip to content

Commit b6546b1

Browse files
committed
ci: debian: change variants to choice
1 parent c418df6 commit b6546b1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/debian.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@ on:
2727
- 6.6
2828
- 5.15
2929
variant:
30-
description: board variant (bpi-r4-2g5/bpi-r4pro/bpi-r4lite)
30+
type: choice
31+
description: board variant
32+
options:
33+
- ''
34+
- bpi-r4-2g5
35+
- bpi-r4pro
36+
- bpi-r4lite
3137
bootdevice:
3238
type: choice
3339
description: Bootdevice

0 commit comments

Comments
 (0)