File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
- name : Print current build ID
22
22
run : |
23
- echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:1ab0d613-899a-4d01-abcb-bc9d11fc9c31
23
+ echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:1ed40521-3535-4cb1-9f3a-9d85443cd084
24
24
25
25
- name : Configure AWS credentials
26
26
uses : aws-actions/configure-aws-credentials@v4
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@e86ae5f0a3f79f921373ac8971f4b5ca25f805ac
33
+ uses : aws-actions/amazon-ecs-deploy-task-definition@5161012bfdde29bf0c72b73b1ff1ba5663007bd8
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@e86ae5f0a3f79f921373ac8971f4b5ca25f805ac
45
+ uses : aws-actions/amazon-ecs-deploy-task-definition@5161012bfdde29bf0c72b73b1ff1ba5663007bd8
46
46
with :
47
47
task-definition : task-definition-run-task.json
48
48
cluster : github-actions-deploy-task-def-integ-test
55
55
enable-ecs-managed-tags : true
56
56
57
57
- name : Deploy Amazon ECS task definition with ECS Service
58
- uses : aws-actions/amazon-ecs-deploy-task-definition@e86ae5f0a3f79f921373ac8971f4b5ca25f805ac
58
+ uses : aws-actions/amazon-ecs-deploy-task-definition@5161012bfdde29bf0c72b73b1ff1ba5663007bd8
59
59
with :
60
60
task-definition : task-definition.json
61
61
service : github-actions-deploy-task-def-integ-test
You can’t perform that action at this time.
0 commit comments