File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -346,6 +346,11 @@ jobs:
346346 aws_secret_access_key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
347347 aws_ssh_key : ${{ secrets.AWS_SSH_KEY }}
348348 holodeck_config : " tests/holodeck_${{ env.DIST }}.yaml"
349+ - name : Get holodeck file content
350+ id : get_file_content
351+ uses : mikefarah/yq@master
352+ with :
353+ cmd : cat /github/workspace/.cache/holodeck.yaml
349354 - name : Get public dns name
350355 id : get_public_dns_name
351356 uses : mikefarah/yq@master
@@ -354,7 +359,7 @@ jobs:
354359 - name : Calculate holodeck instance hostname
355360 run : |
356361 echo "instance_hostname=ubuntu@${{ steps.get_public_dns_name.outputs.result }}" >> $GITHUB_ENV
357- cat /github/workspace/.cache/holodeck.yaml
362+ echo "holodeck_file_content=${{ steps.get_file_content.outputs.result }}"
358363
359364 - name : Install GitHub CLI
360365 run : |
You can’t perform that action at this time.
0 commit comments