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

openshift-bin folder gets deleted by actions/checkout #32

Closed tetchel closed 3 years ago

tetchel commented 3 years ago

I got confused trying to figure out why an oc executable I installed using this action was not working: https://github.com/redhat-actions/oc-login/runs/2738745432?check_suite_focus=true

The reason is that the openshift-bin dir got deleted by checkout: image

so, we'll have to move this directory outside of the GITHUB_WORKSPACE, since that is apparently not a safe place.