blenderbox/Run ECS Task Action for GitHub Actions
Runs a one off task on an ECS cluster
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| task-definition-arn | ECS task definition arn | no | — |
| cluster | The name of the ECS service's cluster. Will default to the 'default' cluster | no | — |
| count | The number of tasks to start. Will default to 1 | no | — |
| wait-for-task-completion | Whether to wait for the ECS task to finish processing. Valid value is "true". Will default to not waiting. | no | — |
| wait-for-minutes | How long to wait for the ECS task to finish processing, in minutes (default: 30 minutes, max: 6 hours). | no | — |
| overrides | Json object of task level overrides to use | no | — |
| network-configuration | Json object of networkConfiguration to use | no | — |
Outputs
| name | description |
|---|---|
| task-definition-arn | The ARN of the registered ECS task definition |
| task-arn | List of ARNs of the ECS task(s) run |