-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
760a053
commit 87f5164
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# fetch-task-definition | ||
|
||
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)). | ||
|
||
Make sure to provide AWS credentials through the environment: `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_REGION` | ||
|
||
```yml | ||
- 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 | ||
``` | ||