Skip to content

Commit 039e9cd

Browse files
committed
updating task definition name
2 parents 03e7b1d + 9d2ad13 commit 039e9cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ jobs:
1616

1717
- name: Print current build ID
1818
run: |
19-
echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:73193632-fdb5-4eea-b8b8-7c9afb374ce0
19+
echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:ecb0a69e-514e-4d6c-b21e-dda87ed159e4
2020
2121
- name: Configure AWS credentials
2222
uses: aws-actions/configure-aws-credentials@v1
2323
with:
2424
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
2525
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2626
aws-region: us-west-2
27-
27+
2828
- name: Deploy Amazon ECS task definition with one-off task and wait for task stopped set to false
29-
uses: aws-actions/amazon-ecs-deploy-task-definition@1a69daea10712415b65b5c90f8c41b1b6b556ab5
29+
uses: aws-actions/amazon-ecs-deploy-task-definition@abe77ebded86b685c231c58bd5936280c6fcc011
3030
with:
3131
task-definition: task-definition-run-task.json
3232
cluster: github-actions-deploy-task-def-integ-test
@@ -37,7 +37,7 @@ jobs:
3737
wait-for-task-stopped: false
3838

3939
- name: Deploy Amazon ECS task definition with one-off task and wait for task stopped set to true
40-
uses: aws-actions/amazon-ecs-deploy-task-definition@1a69daea10712415b65b5c90f8c41b1b6b556ab5
40+
uses: aws-actions/amazon-ecs-deploy-task-definition@abe77ebded86b685c231c58bd5936280c6fcc011
4141
with:
4242
task-definition: github-actions-deploy-task-def-integ-tests
4343
cluster: github-actions-deploy-task-def-integ-test
@@ -48,7 +48,7 @@ jobs:
4848
wait-for-task-stopped: true
4949

5050
- name: Deploy Amazon ECS task definition with ECS Service
51-
uses: aws-actions/amazon-ecs-deploy-task-definition@1a69daea10712415b65b5c90f8c41b1b6b556ab5
51+
uses: aws-actions/amazon-ecs-deploy-task-definition@abe77ebded86b685c231c58bd5936280c6fcc011
5252
with:
5353
task-definition: task-definition.json
5454
service: github-actions-deploy-task-def-integ-test

0 commit comments

Comments
 (0)