I can easily update my Kubeconfig to contain the credentials for my EKS cluster using aws eks update-kubeconfig --name=$CLUSTER. However I can't easily pass in this Kubeconfig to this github action. It would make it much easier to use if the context parameter would take a file name or if there were an alternate parameter that would take it instead of going through acrobatics to convert the contents of the file into a string for use.