Skip to content

Commit 1361e1a

Browse files
Add parameters to build pipelines
1 parent 783311d commit 1361e1a

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

.github/workflows/NanoPi-r2s-21.02.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,28 @@ on:
2020
#watch:
2121
# types: started
2222
workflow_dispatch:
23-
23+
inputs:
24+
openwrt_branch:
25+
description: 'OpenWrt Branch to build'
26+
required: true
27+
default: '21.02'
28+
type: choice
29+
options:
30+
- '21.02'
31+
nanopi_model:
32+
description: 'NanoPi Model'
33+
required: true
34+
default: 'R4S'
35+
type: choice
36+
options:
37+
- R2S
38+
- R4S
39+
release_id:
40+
description: 'Release Id Suffix : 20220101.suffix'
41+
required: true
42+
default: '1'
43+
type: string
44+
2445
jobs:
2546
build:
2647
runs-on: ubuntu-18.04

0 commit comments

Comments
 (0)