Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Commit a449b60

Browse files
authored
Fixing improper formatting on comments (#101)
1 parent 4b1a4d1 commit a449b60

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/terraform_apply.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ ${applyOutput}
2929
\`\`\`
3030
3131
</details>
32+
3233
*Workflow: \`${GITHUB_WORKFLOW}\`, Action: \`${GITHUB_ACTION}\`, Working Directory: \`${tfWorkingDir}\`*"
3334

3435
applyCommentWrapper=$(stripColors "${applyCommentWrapper}")

src/terraform_fmt.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ ${fmtFileDiff}
5555

5656
fmtCommentWrapper="#### \`terraform fmt\` Failed
5757
${fmtComment}
58+
5859
*Workflow: \`${GITHUB_WORKFLOW}\`, Action: \`${GITHUB_ACTION}\`, Working Directory: \`${tfWorkingDir}\`*"
5960

6061
fmtCommentWrapper=$(stripColors "${fmtCommentWrapper}")

src/terraform_plan.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ ${planOutput}
4848
\`\`\`
4949
5050
</details>
51+
5152
*Workflow: \`${GITHUB_WORKFLOW}\`, Action: \`${GITHUB_ACTION}\`, Working Directory: \`${tfWorkingDir}\`*"
5253

5354
planCommentWrapper=$(stripColors "${planCommentWrapper}")

0 commit comments

Comments
 (0)