From 9bb340a0d4cefbd1ffd4cc06e4b60fe1a135cf5d Mon Sep 17 00:00:00 2001 From: Marius Boden Date: Wed, 25 Oct 2023 15:10:41 +0000 Subject: [PATCH] fix(PR): remove debug output from PR comment --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index dba5f42..85a798d 100644 --- a/action.yml +++ b/action.yml @@ -191,7 +191,7 @@ runs: -- terraform show \ ${{ inputs.terraform-common-args }} \ ${{ inputs.terraform-show-args }} \ - ${{ inputs.terraform-plan-file }} 2>/dev/null >>${{ inputs.temp-file }} + ${{ inputs.terraform-plan-file }} >>${{ inputs.temp-file }} 2>/dev/null echo >>${{ inputs.temp-file }} '```' cat ${{ inputs.temp-file }} >>$GITHUB_STEP_SUMMARY fi