Skip to content

Commit d9eb3e3

Browse files
committed
fixup
1 parent dabb596 commit d9eb3e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
uses: gruntwork-io/terragrunt-action@v3
5353
id: terragrunt_output
5454
env:
55-
TERRAGRUNT_FORWARD_TF_STDOUT: 1
56-
TERRAGRUNT_NO_COLOR: 1
55+
TG_TF_FORWARD_STDOUT: 1
56+
TG_NO_COLOR: 1
5757
with:
5858
tg_dir: ${{ env.working_dir }}
5959
tg_command: output

0 commit comments

Comments
 (0)