File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,19 @@ on: # yamllint disable-line rule:truthy
55 workflow_call :
66 workflow_dispatch :
77 inputs :
8- version :
9- description : ' Version to release (major, minor, patch), Example: 1.x.x'
10- required : true
11- images :
12- description : " List of image names. Example: csi-powerstore, csi-isilon"
13- type : string
14- required : true
8+ option :
9+ description : ' Select version to release'
10+ required : true
11+ type : choice
12+ options :
13+ - major
14+ - minor
15+ - patch
1516jobs :
1617 csm-release :
1718 uses : harishp8889/test-common-github-actions/.github/workflows/csm-release-driver-module.yaml@main
1819 name : Release CSM Drivers and Modules
1920 with :
2021 version : ${{ github.event.inputs.version }}
21- images : ${{ github.event.inputs.images }}
22+ images : " csi-powerstore "
2223 secrets : inherit
You can’t perform that action at this time.
0 commit comments