sinsoku/Amazon ECS "Run Task Definition" Action for GitHub Actions

Run an Amazon ECS task definition on the same configuration as the existing ECS service.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
task-definitionThe family and revision (family:revision) or full ARN of the task definition to run. If a revision is not specified, the latest ACTIVE revision is used.yes
containerThe name of the container that receives the override.yes
commandThe list of command to run on ECS.yes
serviceThe name of the ECS service to use configuration.yes
clusterThe name of the ECS service's cluster.nodefault
wait-for-stoppedWhether to wait for the ECS task to stopped state after starting the new task. Valid value is "true". Will default to not waiting.no
namedescription
task-arnThe ARN of the started ECS task