We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6718fe9 commit a3927e4Copy full SHA for a3927e4
.github/workflows/plan.yml
@@ -60,7 +60,7 @@ jobs:
60
echo >>pr-comment.txt "#### Terraform Plan"
61
echo >>pr-comment.txt
62
echo >>pr-comment.txt '```terraform'
63
- terramate run --changed -- terraform show -no-color out.tfplan 2>&1 | dd bs=1024 count=248 >>pr-comment.txt
+ terramate run --changed --log-fmt=text --log-level=info -- terraform show -no-color out.tfplan 2>&1 | dd bs=1024 count=248 >>pr-comment.txt
64
echo >>pr-comment.txt '```'
65
cat pr-comment.txt >>$GITHUB_STEP_SUMMARY
66
0 commit comments