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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| task-definition | The 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 | — |
| container | The name of the container that receives the override. | yes | — |
| command | The list of command to run on ECS. | yes | — |
| service | The name of the ECS service to use configuration. | yes | — |
| cluster | The name of the ECS service's cluster. | no | default |
| wait-for-stopped | Whether to wait for the ECS task to stopped state after starting the new task. Valid value is "true". Will default to not waiting. | no | — |
Outputs
| name | description |
|---|---|
| task-arn | The ARN of the started ECS task |