Skip to content

Commit 57044e5

Browse files
Fix outputs
1 parent a7cbb20 commit 57044e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/terragrunt-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: "Set default Terraform Tags"
4949
id: set-tags
5050
run: |
51+
set -x
5152
echo "${{ github.repository }}" | cut -d "/" -f 2 > repo.txt
5253
echo "TF_VAR_organization_tag=${{ github.repository_owner }}" >> "$GITHUB_OUTPUT"
5354
echo "TF_VAR_repository_tag=$(cat repo.txt)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)