Skip to content

Commit 70315df

Browse files
Fix version templating (#11)
1 parent 82b4bb1 commit 70315df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-published.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929

3030
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy.yml@0.1.7
3131
with:
32-
tf_version: '1.5.5'
33-
tg_version: '0.54.11'
32+
tf_version: ${{ needs.get-tg-versions.outputs.tf_version }}
33+
tg_version: ${{ needs.get-tg-versions.outputs.tg_version }}
3434
environment: ${{ matrix.terragrunt_environment.environment }}
3535
region: ${{ matrix.terragrunt_environment.region }}
3636
env_id: ${{ matrix.terragrunt_environment.instance }}

0 commit comments

Comments
 (0)