File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ on: # yamllint disable-line rule:truthy
88 version :
99 description : ' Version to release (major, minor, patch), Example: 1.x.x'
1010 required : true
11- image :
12- description : ' Image name . Example: csi-powerstore'
13- default : ' github-actions-test '
14- required : true
11+ images :
12+ description : " List of image names . Example: csi-powerstore, csi-isilon "
13+ type : string
14+ required : true
1515jobs :
1616 csm-release :
1717 uses : harishp8889/test-common-github-actions/.github/workflows/csm-release-driver-module.yaml@main
1818 name : Release CSM Drivers and Modules
1919 with :
2020 version : ${{ github.event.inputs.version }}
21- image : ${{ github.event.inputs.image }}
21+ images : ${{ github.event.inputs.images }}
2222 secrets : inherit
You can’t perform that action at this time.
0 commit comments