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
23 stars 24 forks source link

Allow skipping the cache for specific clients #2

Open tetchel opened 3 years ago

tetchel commented 3 years ago

You can skip the cache by setting CLI_INSTALLER_SKIP_CACHE in the environment. But it should be possible to skip the cache only for a specific client.

edit: or by setting the input skip_cache to true