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

Unable to process file command 'output' successfully #48

Closed skibinstein closed 1 year ago

skibinstein commented 1 year ago

Hi,

After the latest change related to GitHub outputs, the GitHub action is failing. It deploys the helm chart correctly but fails to print the helm output.

Run koslib/helm-eks-action@master
/usr/bin/docker run ....

running entrypoint command(s)
Error: Unable to process file command 'output' successfully.
Error: Invalid format 'NAME: api'
koslib commented 1 year ago

Hey @skibinstein and thanks for reporting. You can switch to the latest 1.25.x version that works for you until a fix is out. I am working on it though and should release a fixed 1.26.x version within the next couple of days.

koslib commented 1 year ago

@skibinstein I've reverted the offending PR while I'm looking for a solution. Hopefully the pipelines don't fail now (confirmed through some test pipelines of mine at least).

riontric commented 1 year ago

@koslib hi, you reverted that commit 5afb272d43675e103430081e50435f25e9eaa4a0, but i think so that was correct, or wasn't true?

koslib commented 1 year ago

Fixed by #54