Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid overwriting the pre-existing kubectl
Kubectl is already provided in GitHub Actions' virtual environments (for Ubuntu & Windows at least). It is always of the latest version. There is no need to override it with our own kubectl. If needed, this can be implemented explicitly by those who need it.
- Loading branch information