Skip to content

Commit 690916f

Browse files
authored
Missing helm_ in action inputs (#42)
1 parent 9608662 commit 690916f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ runs:
126126
REPO_PASSWORD: ${{ inputs.password }}
127127
VERSION: ${{ inputs.version }}
128128
USE_SECRETS_VALS: ${{ inputs.use-secrets-vals }}
129-
HELM_EXTRA_ARGS: ${{ inputs.extra-args }}
129+
HELM_EXTRA_ARGS: ${{ inputs.helm-extra-args }}

0 commit comments

Comments
 (0)