Skip to content

Commit fa07666

Browse files
committed
fixup
1 parent d9eb3e3 commit fa07666

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
tg_dir: ${{ env.working_dir }}
5959
tg_command: output
6060

61+
- name: Read Values
62+
run: |
63+
echo "Bucket Name: ${{ steps.terragrunt_step.outputs.bucket_name }}"
64+
echo "Distribution ID: ${{ steps.terragrunt_step.outputs.distribution_id }}
65+
6166
- name: Build Jekyll project
6267
run: |
6368
bundle install

0 commit comments

Comments
 (0)