Skip to content

Commit 0cd18a2

Browse files
committed
ac up
1 parent 9ed3982 commit 0cd18a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
1515
jobs:
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

0 commit comments

Comments
 (0)