File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 68
68
sudo apt update -yqq && sudo apt install python3 -yqq
69
69
TF_VAR_organization_tag : ${{ vars.TF_VAR_organization_tag }}
70
70
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 }}
72
72
with :
73
73
tf_version : ${{ inputs.tf_version }}
74
74
tg_version : ${{ inputs.tg_version }}
84
84
sudo apt update -yqq && sudo apt install python3 -yqq
85
85
TF_VAR_organization_tag : ${{ vars.TF_VAR_organization_tag }}
86
86
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 }}
88
88
with :
89
89
tf_version : ${{ inputs.tf_version }}
90
90
tg_version : ${{ inputs.tg_version }}
You can’t perform that action at this time.
0 commit comments