Skip to content

Commit 3886e4b

Browse files
Fix workflows
1 parent 6ff77af commit 3886e4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/terragrunt-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
sudo apt update -yqq && sudo apt install python3 -yqq
6969
TF_VAR_organization_tag: ${{ vars.TF_VAR_organization_tag }}
7070
TF_VAR_repository_tag: ${{ vars.TF_VAR_repository_tag }}
71-
TF_VAR_organizaTF_VAR_commit_hash_tagtion_tag: ${{ vars.TF_VAR_commit_hash_tag }}
71+
TF_VAR_commit_hash_tag: ${{ vars.TF_VAR_commit_hash_tag }}
7272
with:
7373
tf_version: ${{ inputs.tf_version }}
7474
tg_version: ${{ inputs.tg_version }}
@@ -84,7 +84,7 @@ jobs:
8484
sudo apt update -yqq && sudo apt install python3 -yqq
8585
TF_VAR_organization_tag: ${{ vars.TF_VAR_organization_tag }}
8686
TF_VAR_repository_tag: ${{ vars.TF_VAR_repository_tag }}
87-
TF_VAR_organizaTF_VAR_commit_hash_tagtion_tag: ${{ vars.TF_VAR_commit_hash_tag }}z
87+
TF_VAR_commit_hash_tag: ${{ vars.TF_VAR_commit_hash_tag }}
8888
with:
8989
tf_version: ${{ inputs.tf_version }}
9090
tg_version: ${{ inputs.tg_version }}

0 commit comments

Comments
 (0)