From 29bbbc8045e06563ddc5581f9082a4442c44cdb3 Mon Sep 17 00:00:00 2001 From: Xabier Davila Date: Thu, 11 Sep 2025 15:22:24 +0200 Subject: [PATCH 1/2] Fix typo in task-stopped-max-wait-time --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 611b389..5c7201b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ 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 From 7ae117add69a444f3c91aec08a7c3936c04fb931 Mon Sep 17 00:00:00 2001 From: Xabier Davila Date: Thu, 11 Sep 2025 15:25:15 +0200 Subject: [PATCH 2/2] Update GitHub Action version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c7201b..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 @@ -56,7 +56,7 @@ This action is great for executing migrations or other pre/post deployment steps ``` 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