Skip to content

Commit 87f5164

Browse files
Create README.md
1 parent 760a053 commit 87f5164

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

fetch-task-definition/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# fetch-task-definition
2+
3+
Fetch task definition from ECS (to use with [aws-actions/amazon-ecs-render-task-definition](https://github.com/aws-actions/amazon-ecs-render-task-definition)).
4+
5+
Make sure to provide AWS credentials through the environment: `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_REGION`
6+
7+
```yml
8+
- uses: railsware/github-actions/fetch-task-definition@master
9+
with:
10+
name: my_task_definition_name
11+
# Default filename is task_definition.json
12+
filename: my_task_definition.json
13+
```
14+
15+

0 commit comments

Comments
 (0)