Skip to content

Commit

Permalink
fix(PR): remove debug output from PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Boden committed Oct 25, 2023
1 parent 75cbecc commit 9bb340a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bb340a

Please sign in to comment.