This repo is no longer maintained.
This action installs cloudctl and optionally kubectl and logs into the cluster.
- name: Setup cloudctl
uses: evryfs/cloudctl-action@master
with:
apiEndpoint: 'https://your.cluster.endpoint:8443'
namespace: 'your-namespace'
username: 'someUser'
password: 'somePassword'
installKubectl: 'true' # default true, install kubectl from ICP