diff --git a/README.md b/README.md index 611b389..5d48dc5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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