We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d52e8 commit 01dfd55Copy full SHA for 01dfd55
.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:78e495b9-ddf6-48ab-b871-490039393add
+ echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:27675484-c01e-4f64-9c1e-7b6b1733ba83
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@6fa4cbf1fa771eb99a49d65c87006d99b80477f0
+ uses: aws-actions/amazon-ecs-deploy-task-definition@47d7844ea25e76ab61792242e985f3a48e8c08c6
30
with:
31
task-definition: task-definition.json
32
service: github-actions-deploy-task-def-integ-test
0 commit comments