From 87e1e842a6d4300f2bed35bec69b36ecbb4f580b Mon Sep 17 00:00:00 2001 From: Chris Taylor Date: Wed, 25 Jun 2025 11:19:09 -0500 Subject: [PATCH] Try updated workflow --- .github/workflows/deploy-sandbox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-sandbox.yml b/.github/workflows/deploy-sandbox.yml index a57f25d..a0a2944 100644 --- a/.github/workflows/deploy-sandbox.yml +++ b/.github/workflows/deploy-sandbox.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }} - uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy.yml@0.1.7 + uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy.yml@patch/alternate-gh-environment-var with: tf_version: ${{ needs.get-tg-versions.outputs.tf_version }} tg_version: ${{ needs.get-tg-versions.outputs.tg_version }}