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

Commit

Permalink
Fixing improper formatting on comments (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudomateo authored Nov 4, 2019
1 parent 4b1a4d1 commit a449b60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/terraform_apply.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ${applyOutput}
\`\`\`
</details>
*Workflow: \`${GITHUB_WORKFLOW}\`, Action: \`${GITHUB_ACTION}\`, Working Directory: \`${tfWorkingDir}\`*"

applyCommentWrapper=$(stripColors "${applyCommentWrapper}")
Expand Down
1 change: 1 addition & 0 deletions src/terraform_fmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ ${fmtFileDiff}

fmtCommentWrapper="#### \`terraform fmt\` Failed
${fmtComment}
*Workflow: \`${GITHUB_WORKFLOW}\`, Action: \`${GITHUB_ACTION}\`, Working Directory: \`${tfWorkingDir}\`*"

fmtCommentWrapper=$(stripColors "${fmtCommentWrapper}")
Expand Down
1 change: 1 addition & 0 deletions src/terraform_plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ ${planOutput}
\`\`\`
</details>
*Workflow: \`${GITHUB_WORKFLOW}\`, Action: \`${GITHUB_ACTION}\`, Working Directory: \`${tfWorkingDir}\`*"

planCommentWrapper=$(stripColors "${planCommentWrapper}")
Expand Down

0 comments on commit a449b60

Please sign in to comment.