sourcetoad / aws-codedeploy-action

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

Retire S3_PREFIX #16

Closed iBotPeaches closed 3 years ago

iBotPeaches commented 3 years ago

You can't use a variable in an expression as a parameter. So if I wanted to allow customization for end user to pick variables, we have to pass them in via yaml which eats the variable into literal or passes variable as literal. So no good way here.

Remove the variable, our default is sane - s3_prefix.