Skip to content

Commit 591a8b8

Browse files
Test commit c09125f
1 parent 2a4dddd commit 591a8b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test-workflow.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ jobs:
2020

2121
- name: Print current build ID
2222
run: |
23-
echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:ecb0a69e-514e-4d6c-b21e-dda87ed159e4
23+
echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:518fd60b-f3b8-4d19-b90d-48a31f572f6e
2424
2525
- name: Configure AWS credentials
2626
uses: aws-actions/configure-aws-credentials@v4
2727
with:
2828
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/GitHubActionsDeployTaskIntegrationTests
2929
role-session-name: deploy_task_integration_tests
3030
aws-region: us-west-2
31-
31+
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@abe77ebded86b685c231c58bd5936280c6fcc011
33+
uses: aws-actions/amazon-ecs-deploy-task-definition@c09125f04e4ef2ddc8ac37691634298dc7707d40
3434
with:
3535
task-definition: task-definition-run-task.json
3636
cluster: github-actions-deploy-task-def-integ-test
@@ -39,10 +39,10 @@ jobs:
3939
run-task-assign-public-IP: ENABLED
4040
run-task-security-groups: sg-067ebcde49c0f3ad8
4141
run-task-launch-type: FARGATE
42-
wait-for-task-stopped: false
42+
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@abe77ebded86b685c231c58bd5936280c6fcc011
45+
uses: aws-actions/amazon-ecs-deploy-task-definition@c09125f04e4ef2ddc8ac37691634298dc7707d40
4646
with:
4747
task-definition: task-definition-run-task.json
4848
cluster: github-actions-deploy-task-def-integ-test
@@ -54,7 +54,7 @@ jobs:
5454
wait-for-task-stopped: true
5555

5656
- name: Deploy Amazon ECS task definition with ECS Service
57-
uses: aws-actions/amazon-ecs-deploy-task-definition@abe77ebded86b685c231c58bd5936280c6fcc011
57+
uses: aws-actions/amazon-ecs-deploy-task-definition@c09125f04e4ef2ddc8ac37691634298dc7707d40
5858
with:
5959
task-definition: task-definition.json
6060
service: github-actions-deploy-task-def-integ-test

0 commit comments

Comments
 (0)