Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 510 Bytes

File metadata and controls

15 lines (10 loc) · 510 Bytes

fetch-task-definition

Fetch task definition from ECS (to use with aws-actions/amazon-ecs-render-task-definition).

Make sure to provide AWS credentials through the environment: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION

- uses: railsware/github-actions/fetch-task-definition@master
  with:
    name: my_task_definition_name
    # Default filename is task_definition.json
    filename: my_task_definition.json