Skip to content

Commit 850c1a8

Browse files
Test commit 1c5ffb2
1 parent c404991 commit 850c1a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-workflow.yml

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

2121
- name: Print current build ID
2222
run: |
23-
echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:27e4eeb6-67b7-4cb4-a8c7-3abb74b552f1
23+
echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:0f28c6c7-d98d-4638-af9a-85b3841ca569
2424
2525
- name: Configure AWS credentials
2626
uses: aws-actions/configure-aws-credentials@v4
@@ -30,7 +30,7 @@ jobs:
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@8f5928e74c8afb8cbfe57b4ced9182721a14b1f7
33+
uses: aws-actions/amazon-ecs-deploy-task-definition@1c5ffb2f00bfb22364f723fdf895c3df6264c0b9
3434
with:
3535
task-definition: task-definition-run-task.json
3636
cluster: github-actions-deploy-task-def-integ-test
@@ -42,7 +42,7 @@ jobs:
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@8f5928e74c8afb8cbfe57b4ced9182721a14b1f7
45+
uses: aws-actions/amazon-ecs-deploy-task-definition@1c5ffb2f00bfb22364f723fdf895c3df6264c0b9
4646
with:
4747
task-definition: task-definition-run-task.json
4848
cluster: github-actions-deploy-task-def-integ-test
@@ -55,7 +55,7 @@ jobs:
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@8f5928e74c8afb8cbfe57b4ced9182721a14b1f7
58+
uses: aws-actions/amazon-ecs-deploy-task-definition@1c5ffb2f00bfb22364f723fdf895c3df6264c0b9
5959
with:
6060
task-definition: task-definition.json
6161
service: github-actions-deploy-task-def-integ-test

0 commit comments

Comments
 (0)