dave-irvine/Amazon ECS "Run Task" Action for GitHub Actions
Starts a new task using the specified task definition
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| cluster | The name of the ECS service's cluster. Will default to the 'default' cluster | no | 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 | — |
| launch-type | The type of task to launch ('EC2' or 'FARGATE') | yes | — |
| subnets | The subnet IDs (comma seperated) in which to run the task | no | — |
| security-groups | The security group IDs (comma seperated) in which to run the task | no | — |
| assign-public-ip | Whether or not to assign a public IP to the task ('ENABLED' or 'DISABLED') | no | — |
| tags | The tags (key:value, comma seperated) to assign to the task | no | — |
| wait-for-task-running | Whether or not to wait for the Task to be running (defaults to 'true') | no | — |
Outputs
| name | description |
|---|---|
| task-arn | The ARN of the task that was started |