We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06069db commit 097fde4Copy full SHA for 097fde4
.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:09ca151b-55fd-4794-8390-f659eb1746ac
+ echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:6750447c-4ab3-4263-8d45-593bb886d507
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@1d62636438dc38528c6ed67ed9f8d9c44df3751f
+ uses: aws-actions/amazon-ecs-deploy-task-definition@4b153949000fb656721f5a776216cb7e446d9f98
30
with:
31
task-definition: task-definition.json
32
service: github-actions-deploy-task-def-integ-test
0 commit comments