Skip to content

Commit

Permalink
test: comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zied-elouaer committed Oct 19, 2023
1 parent 6718fe9 commit a3927e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo >>pr-comment.txt "#### Terraform Plan"
echo >>pr-comment.txt
echo >>pr-comment.txt '```terraform'
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
echo >>pr-comment.txt '```'
cat pr-comment.txt >>$GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit a3927e4

Please sign in to comment.