File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020
2121 - name : Print current build ID
2222 run : |
23- echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:1ed40521-3535-4cb1-9f3a-9d85443cd084
23+ echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:ee9fdd63-32df-4ea8-b030-b7d8a188f1c6
2424
2525 - name : Configure AWS credentials
2626 uses : aws-actions/configure-aws-credentials@v4
3030 aws-region : us-west-2
3131
3232 - 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@5161012bfdde29bf0c72b73b1ff1ba5663007bd8
33+ uses : aws-actions/amazon-ecs-deploy-task-definition@199eca8aba3b7449d41005f02cbb06ea3b4f3aa7
3434 with :
3535 task-definition : task-definition-run-task.json
3636 cluster : github-actions-deploy-task-def-integ-test
4242 wait-for-task-stopped : false
4343
4444 - 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@5161012bfdde29bf0c72b73b1ff1ba5663007bd8
45+ uses : aws-actions/amazon-ecs-deploy-task-definition@199eca8aba3b7449d41005f02cbb06ea3b4f3aa7
4646 with :
4747 task-definition : task-definition-run-task.json
4848 cluster : github-actions-deploy-task-def-integ-test
5555 enable-ecs-managed-tags : true
5656
5757 - name : Deploy Amazon ECS task definition with ECS Service
58- uses : aws-actions/amazon-ecs-deploy-task-definition@5161012bfdde29bf0c72b73b1ff1ba5663007bd8
58+ uses : aws-actions/amazon-ecs-deploy-task-definition@199eca8aba3b7449d41005f02cbb06ea3b4f3aa7
5959 with :
6060 task-definition : task-definition.json
6161 service : github-actions-deploy-task-def-integ-test
You can’t perform that action at this time.
0 commit comments