From a449b602fc031302d6d7763b472d963639a372d0 Mon Sep 17 00:00:00 2001 From: Matthew Sanabria <24284972+sudomateo@users.noreply.github.com> Date: Mon, 4 Nov 2019 14:14:05 -0500 Subject: [PATCH] Fixing improper formatting on comments (#101) --- src/terraform_apply.sh | 1 + src/terraform_fmt.sh | 1 + src/terraform_plan.sh | 1 + 3 files changed, 3 insertions(+) diff --git a/src/terraform_apply.sh b/src/terraform_apply.sh index 4f4b824b..3aa94b94 100755 --- a/src/terraform_apply.sh +++ b/src/terraform_apply.sh @@ -29,6 +29,7 @@ ${applyOutput} \`\`\` + *Workflow: \`${GITHUB_WORKFLOW}\`, Action: \`${GITHUB_ACTION}\`, Working Directory: \`${tfWorkingDir}\`*" applyCommentWrapper=$(stripColors "${applyCommentWrapper}") diff --git a/src/terraform_fmt.sh b/src/terraform_fmt.sh index 826cfb11..d10b120b 100755 --- a/src/terraform_fmt.sh +++ b/src/terraform_fmt.sh @@ -55,6 +55,7 @@ ${fmtFileDiff} fmtCommentWrapper="#### \`terraform fmt\` Failed ${fmtComment} + *Workflow: \`${GITHUB_WORKFLOW}\`, Action: \`${GITHUB_ACTION}\`, Working Directory: \`${tfWorkingDir}\`*" fmtCommentWrapper=$(stripColors "${fmtCommentWrapper}") diff --git a/src/terraform_plan.sh b/src/terraform_plan.sh index 3c78d301..8dee7c66 100755 --- a/src/terraform_plan.sh +++ b/src/terraform_plan.sh @@ -48,6 +48,7 @@ ${planOutput} \`\`\` + *Workflow: \`${GITHUB_WORKFLOW}\`, Action: \`${GITHUB_ACTION}\`, Working Directory: \`${tfWorkingDir}\`*" planCommentWrapper=$(stripColors "${planCommentWrapper}")