File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
aws-region : us-west-2
31
31
32
32
- name : Deploy Amazon ECS task definition with one-off task and wait for task stopped set to false
33
- uses : aws-actions/amazon-ecs-deploy-task-definition@v1
33
+ uses : aws-actions/amazon-ecs-deploy-task-definition@v2
34
34
with :
35
35
task-definition : task-definition-run-task.json
36
36
cluster : github-actions-deploy-task-def-integ-test
42
42
wait-for-task-stopped : false
43
43
44
44
- name : Deploy Amazon ECS task definition with one-off task and wait for task stopped set to true
45
- uses : aws-actions/amazon-ecs-deploy-task-definition@v1
45
+ uses : aws-actions/amazon-ecs-deploy-task-definition@v2
46
46
with :
47
47
task-definition : task-definition-run-task.json
48
48
cluster : github-actions-deploy-task-def-integ-test
You can’t perform that action at this time.
0 commit comments