Skip to content

Commit a3927e4

Browse files
committed
test: comment formatting
1 parent 6718fe9 commit a3927e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo >>pr-comment.txt "#### Terraform Plan"
6161
echo >>pr-comment.txt
6262
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
63+
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
6464
echo >>pr-comment.txt '```'
6565
cat pr-comment.txt >>$GITHUB_STEP_SUMMARY
6666

0 commit comments

Comments
 (0)