Expected params.forceNewDeployment to be a boolean
See original GitHub issueIs this issue solved ? i’m still getting that with 1.4.1.
Run aws-actions/amazon-ecs-deploy-task-definition@v1.4.1
with:
task-definition: /home/runner/work/_temp/task-definition--435-nD4dXDjs371k-.json
cluster: ef-stg-cluster
service: ef-stg-service
force-new-deployment: true
env:
AWS_DEFAULT_REGION: ***
AWS_REGION: ***
AWS_ACCESS_KEY_ID: ***
AWS_SECRET_ACCESS_KEY: ***
Error: Expected params.forceNewDeployment to be a boolean
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:6 (2 by maintainers)
Top Results From Across the Web
ECS: Update-ECSService Cmdlet | AWS Tools for PowerShell
-ForceNewDeployment <Boolean> ... Modifies the parameters of a service. ... When you update any of these parameters, Amazon ECS starts new tasks with...
Read more >aws-ecs-orb/deploy-service-update.yml at master - GitHub
The name of the container to be load-balanced via AWS CodeDeploy. Only effective when the deployment-controller parameter value is. "CODE_DEPLOY".
Read more >circleci/aws-ecs@3.2.0
Set this parameter to true to deploy updated task definition to a scheduled task rule. false. type: boolean. docker-image ...
Read more >AWS: How to specify a boolean parameter in ... - Stack Overflow
The Quick Start templates are a good, semi-official reference point of how complex templates can/should be created, and they implement ...
Read more >update-service — AWS CLI 2.9.12 Command Reference
When you update any of these parameters, Amazon ECS starts new tasks with the new ... --force-new-deployment | --no-force-new-deployment (boolean).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As suggested on the PR itself, I’d keep it simple and accept only boolean values there 😃
Closing as this was released yesterday (02/08)