bennettrogers/Run One-off ECS Task with Command
Runs the specified ECS task as a one-off task with the specified command
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 14, 2024
- License
- Apache 2.0
Pinned Snippet
uses: bennettrogers/run-one-off-ecs-task-action@c4bb8cf2e528d20a270fc36812efbf67e2557508 # v0.8.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ecsService | The name of the ECS service to run the task on | yes | — |
| ecsCluster | The name of the ECS cluster to run the task on | yes | — |
| ecsTaskDefinition | The name of the ECS task definition to run | yes | — |
| ecsContainerName | The name of the container in the task definition to run the command in | yes | — |
| command | The command to run in the task | yes | — |
Outputs
| name | description |
|---|---|
| taskArn | The ARN of the task that was run |