Skip to content
New issue

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

Parameter 'commandLine' cannot be null or empty during install #16

Closed
psontag opened this issue Jul 14, 2020 · 1 comment
Closed

Parameter 'commandLine' cannot be null or empty during install #16

psontag opened this issue Jul 14, 2020 · 1 comment

Comments

@psontag
Copy link

psontag commented Jul 14, 2020

Hey, I am trying to install helm with your action like it is described in the documentation:

    - name: Helm tool installer
      uses: azure/setup-helm@v1
      with:
        version: "latest"

But I am getting the following error:

##[debug]Downloading https://api.github.com/repos/helm/helm/releases
##[debug]Downloading /opt/actions-runner/_path/_temp/592dc6b5-6aee-4535-9314-251a15e38af0
##[debug]download complete
##[debug]isExplicit: 3.2.4
##[debug]explicit? true
##[debug]checking cache: /opt/hostedtoolcache/helm/3.2.4/x64
##[debug]not found
##[debug]Downloading https://get.helm.sh/helm-v3.2.4-linux-amd64.zip
##[debug]Downloading /opt/actions-runner/_path/_temp/e1a2a8c9-cd3a-4036-afb4-0fb91b094ec2
##[debug]download complete
##[error]Error: Parameter 'commandLine' cannot be null or empty.
##[debug]Node Action run completed with exit code 1
##[debug]Finishing: Helm tool installer

Do I need to do some additional setup? I am using a self-hosted runner, might that be the problem?

@psontag
Copy link
Author

psontag commented Jul 14, 2020

Nvm just found #10.

@psontag psontag closed this as completed Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant