aws-copilot-github-action icon indicating copy to clipboard operation
aws-copilot-github-action copied to clipboard

AWS Copilot 1.30.0 breaks this action

Open Offlein opened this issue 11 months ago • 3 comments

Hi,

This action by default will load the latest, as of today, Copilot (1.30.0) which now prompts you for whether you want to deploy your environment before deploying the app. (Which is a confusing concept to me, but that's whatever.)

Anyway, all of our builds now hang on ksivamuthu/aws-copilot-github-action because it's waiting for prompt.

Issue #193 would help work around this, but it looks like this is something the action will need to be prepared for in a general sense.

Maybe more importantly: for some reason I get no visibility into this step in my Github Actions UI until I cancel the run, at which point I can see that it was just sitting and waiting interminably for a Y/N input.

If there's any way you can easily make the action properly output everything it's doing, that would help future users! :pray:

...Now off to complain to AWS, who not only broke people's automated builds but deploy process throws an error because I wrote bad YAML while following their own incorrect documentation. (Note the flip-flopping between security-group and security_group...)

Offlein avatar Aug 31 '23 04:08 Offlein