sourcetoad / aws-codedeploy-action

AWS CodeDeploy via GitHub Actions
MIT License
35 stars 13 forks source link

Feature: Handle CodeDeploy file exists behaviour #95

Closed ardens-jw closed 5 months ago

ardens-jw commented 5 months ago

I have had some deployments fail due to this - just a nice quality of life tweak for the action to handle the "File Exists Behaviour" parameter. It is completely optional.

iBotPeaches commented 5 months ago

Anyway you can clean this up to just the param and new flag? Lots of shifting of other files/indents that makes this difficult to parse the actual changes.

ardens-jw commented 5 months ago

Apologies - of course. It's my Markdown formatter having a moment 😄 Bare with..

ardens-jw commented 5 months ago

Amended now @iBotPeaches..

iBotPeaches commented 5 months ago

thanks again. Made v1.1.0 tag. Will move v1 tag after a week or so.