bennettrogers/Run One-off ECS Task with Command

Runs the specified ECS task as a one-off task with the specified command

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 14, 2024
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: bennettrogers/run-one-off-ecs-task-action@c4bb8cf2e528d20a270fc36812efbf67e2557508 # v0.8.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
ecsServiceThe name of the ECS service to run the task onyes
ecsClusterThe name of the ECS cluster to run the task onyes
ecsTaskDefinitionThe name of the ECS task definition to runyes
ecsContainerNameThe name of the container in the task definition to run the command inyes
commandThe command to run in the taskyes
namedescription
taskArnThe ARN of the task that was run