We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to use helm v3 so naturally I've added helm: helm3 to the list of my step with mapping. However:
helm: helm3
with
##[warning]Unexpected input 'helm', valid inputs are ['entryPoint', 'args', 'release', 'namespace', 'chart', 'values', 'dry-run', 'token', 'value-files', 'secrets', 'version']
Looking at the action.yml there is no helm input, so the error message is correct.
action.yml
helm
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I want to use helm v3 so naturally I've added
helm: helm3
to the list of my stepwith
mapping. However:Looking at the
action.yml
there is nohelm
input, so the error message is correct.The text was updated successfully, but these errors were encountered: