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