redhat-actions / openshift-tools-installer

Download, install and cache OpenShift binaries into your GitHub Actions runners.
https://github.com/marketplace/actions/openshift-tools-installer
MIT License
22 stars 21 forks source link

Should exit with failure if tool is not available from source #35

Closed tetchel closed 3 years ago

tetchel commented 3 years ago

image

I have decided I don't like the warning behaviour. I think it should just exit with an error when helm cannot be installed from github.

The warning behaviour does not work properly anyway since it warns and then fails with an error lower down.