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
when using this action with
--file-output artifacts.jsonand trying to load it intogcloud deploy releases ...it will fail out. After a lot of digging vs my local skaffold setup, I noticed this to be becauseartifacts.jsoncoming from this action is wrapped in quotes, and thus renders as a string