Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This action is great for executing migrations or other pre/post deployment steps
``` yaml
- name: Execute migrations and seeders
id: run-task
uses: geekcell/github-action-aws-ecs-run-task@v3.0.0
uses: geekcell/github-action-aws-ecs-run-task@v5
with:
cluster: application-cluster
task-definition: application-task-def
Expand All @@ -49,14 +49,14 @@ This action is great for executing migrations or other pre/post deployment steps

task-wait-until-stopped: true
task-start-max-wait-time: 120
task-stopped-max-wait-time: 300
task-stop-max-wait-time: 300
```

#### Minimal example
``` yaml
- name: Run migration container
id: run-task
uses: geekcell/github-action-aws-ecs-run-task@v3.0.0
uses: geekcell/github-action-aws-ecs-run-task@vv5
with:
cluster: application-cluster
task-definition: application-task-def
Expand Down