Skip to content

Commit 5300dd6

Browse files
fix: Updating publish helm charts
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent 6891c58 commit 5300dd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_helm_charts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
custom_version: # Optional input for a custom version
77
description: 'Custom version to publish (e.g., v1.2.3) -- only edit if you know what you are doing'
88
required: false
9+
type: string
910
token:
1011
description: 'Personal Access Token'
1112
required: true
@@ -16,6 +17,7 @@ on:
1617
custom_version: # Optional input for a custom version
1718
description: 'Custom version to publish (e.g., v1.2.3) -- only edit if you know what you are doing'
1819
required: false
20+
type: string
1921
token:
2022
description: 'Personal Access Token'
2123
required: true

0 commit comments

Comments
 (0)