Skip to content

Commit 92dc8b7

Browse files
committed
Add newlines to fix formatting
1 parent 22aeec4 commit 92dc8b7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

apply/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,14 @@ if [ $SUCCESS -ne 0 ]; then
5757
OUTPUT=$(wrap "$OUTPUT")
5858
COMMENT="#### \`terraform apply\` Failed
5959
$OUTPUT
60+
6061
*Workflow: \`$GITHUB_WORKFLOW\`, Action: \`$GITHUB_ACTION\`*"
6162
else
6263
# Call wrap to optionally wrap our output in a collapsible markdown section.
6364
OUTPUT=$(wrap "$OUTPUT")
6465
COMMENT="#### \`terraform apply\` Success
6566
$OUTPUT
67+
6668
*Workflow: \`$GITHUB_WORKFLOW\`, Action: \`$GITHUB_ACTION\`*"
6769
fi
6870

plan/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ if [ $SUCCESS -ne 0 ]; then
5454
OUTPUT=$(wrap "$OUTPUT")
5555
COMMENT="#### \`terraform plan\` Failed
5656
$OUTPUT
57+
5758
*Workflow: \`$GITHUB_WORKFLOW\`, Action: \`$GITHUB_ACTION\`*"
5859
else
5960
# Remove "Refreshing state..." lines by only keeping output after the
@@ -72,6 +73,7 @@ else
7273

7374
COMMENT="#### \`terraform plan\` Success
7475
$OUTPUT
76+
7577
*Workflow: \`$GITHUB_WORKFLOW\`, Action: \`$GITHUB_ACTION\`*"
7678
fi
7779

0 commit comments

Comments
 (0)