diff --git a/README.md b/README.md index 4923170d..6820f27f 100644 --- a/README.md +++ b/README.md @@ -115,12 +115,14 @@ steps: script: | const output = `#### Terraform Format and Style 🖌\`${{ steps.fmt.outcome }}\` #### Terraform Initialization ⚙️\`${{ steps.init.outcome }}\` - #### Terraform Validation 🤖${{ steps.validate.outputs.stdout }} + #### Terraform Validation 🤖\`${{ steps.validate.outputs.stdout }}\` #### Terraform Plan 📖\`${{ steps.plan.outcome }}\`
Show Plan - \`\`\`${process.env.PLAN}\`\`\` + \`\`\`\n + ${process.env.PLAN} + \`\`\`