derekmckinnon/Run Fargate Task

A GitHub Action for running an AWS ECS Fargate Task

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
task-definitionThe ARN of the task definitionyes
clusterThe name of the ECS cluster in which to run the task. Uses default cluster if omitted.no
overridesA JSON string of container overrides. Defaults to `undefined`no
subnetsA comma-separated list of subnet IDs in which to launch the taskyes
security-groupsA comma-separated list of security group IDs to assign to the taskyes
assign-public-ipControls whether or not the task is assigned a public IPyes
wait-for-taskControls whether or not the runner should wait for the task to completeyes
fail-on-task-errorControls whether or not to fail the step upon task or container errorsyes
namedescription
task-arnThe ARN of the task that was ran
task-errorWill be set to a human-readable message if an error occurs, otherwise it will be empty