question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Expected params.forceNewDeployment to be a boolean

See original GitHub issue

Is 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:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
dili91commented, Jan 23, 2021

As suggested on the PR itself, I’d keep it simple and accept only boolean values there 😃

0reactions
piradeepkcommented, Feb 9, 2021

Closing as this was released yesterday (02/08)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found