github-action-skaffold icon indicating copy to clipboard operation
github-action-skaffold copied to clipboard

--file-output produces invalid json

Open coconutruben opened this issue 2 years ago • 0 comments

when using this action with --file-output artifacts.json and trying to load it into gcloud deploy releases ... it will fail out. After a lot of digging vs my local skaffold setup, I noticed this to be because artifacts.json coming from this action is wrapped in quotes, and thus renders as a string

coconutruben avatar Aug 10 '23 22:08 coconutruben