We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa07666 commit 540b0fbCopy full SHA for 540b0fb
1 file changed
.github/workflows/deploy.yml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Read Values
62
run: |
63
- echo "Bucket Name: ${{ steps.terragrunt_step.outputs.bucket_name }}"
+ terragrunt output bucket_name
64
echo "Distribution ID: ${{ steps.terragrunt_step.outputs.distribution_id }}
65
66
- name: Build Jekyll project
0 commit comments