koslib / helm-eks-action

The simplest Github Action for executing Helm commands on EKS - cluster authentication included
MIT License
59 stars 61 forks source link

Multiline output from command generates error #56

Closed miguelaferreira closed 1 year ago

miguelaferreira commented 1 year ago

When the command executed by the action produces multi-line output, the action fails with the following error:

Error: Unable to process file command 'output' successfully

I've reproduced this issue in a PR on my fork of the repository. To reproduce the issue I had to build my own container image from master (commit d072f33) because the image in the Dockerfile at the root of the repository is pinned to a container image (koslib/ga-helm-eks:2.4) that is older than the code in the master branch.