We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cbb20 commit 57044e5Copy full SHA for 57044e5
.github/workflows/terragrunt-deploy.yml
@@ -48,6 +48,7 @@ jobs:
48
- name: "Set default Terraform Tags"
49
id: set-tags
50
run: |
51
+ set -x
52
echo "${{ github.repository }}" | cut -d "/" -f 2 > repo.txt
53
echo "TF_VAR_organization_tag=${{ github.repository_owner }}" >> "$GITHUB_OUTPUT"
54
echo "TF_VAR_repository_tag=$(cat repo.txt)" >> "$GITHUB_OUTPUT"
0 commit comments