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}")