From 585367fb810fcbe93e8cface3cef4692ff1b90cf Mon Sep 17 00:00:00 2001 From: Chris Marget Date: Thu, 10 Aug 2023 12:44:54 -0400 Subject: [PATCH] update --- .github/workflows/terraform_pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform_pull.yml b/.github/workflows/terraform_pull.yml index ad98bbb..cdbe143 100644 --- a/.github/workflows/terraform_pull.yml +++ b/.github/workflows/terraform_pull.yml @@ -59,7 +59,7 @@ jobs: }); const output = `#### Terraform Plan Output \`\`\` - {{ env.TFPLAN }} + ${{ env.TFPLAN }} \`\`\` `; // 3. Delete previous comment so PR timeline makes sense