We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097fde4 commit a139b01Copy full SHA for a139b01
.github/workflows/test-workflow.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- name: Print current build ID
18
run: |
19
- echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:6750447c-4ab3-4263-8d45-593bb886d507
+ echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:b06d26f3-689d-4aad-968e-007877b3ce3b
20
21
- name: Configure AWS credentials
22
uses: aws-actions/configure-aws-credentials@v1
@@ -26,7 +26,7 @@ jobs:
26
aws-region: us-west-2
27
28
- name: Deploy Amazon ECS task definition
29
- uses: aws-actions/amazon-ecs-deploy-task-definition@4b153949000fb656721f5a776216cb7e446d9f98
+ uses: aws-actions/amazon-ecs-deploy-task-definition@3491fdb09977e802b19e806aceacf94ec0d1bb64
30
with:
31
task-definition: task-definition.json
32
service: github-actions-deploy-task-def-integ-test
0 commit comments