We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac3ec2 commit 73d6982Copy full SHA for 73d6982
.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:07c9cbf8-cd73-4826-a106-feb9a215045a
+ echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:5d9a294c-f75f-453a-afa3-76038cf77eac
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@8ac77aa5e8b5c3fcf956fa02d88d4c91e0303073
+ uses: aws-actions/amazon-ecs-deploy-task-definition@483b043b9e474806a01e8b22b22c216d11988615
30
with:
31
task-definition: task-definition.json
32
service: github-actions-deploy-task-def-integ-test
0 commit comments