Update readme example (#86)

adds code styling around validation status, and fixes the code block for the issue body creation.
This commit is contained in:
Nicholas Drone 2021-05-13 18:20:26 -04:00 committed by GitHub
parent 9095b20a9e
commit 6cb54dbd0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}\`
<details><summary>Show Plan</summary>
\`\`\`${process.env.PLAN}\`\`\`
\`\`\`\n
${process.env.PLAN}
\`\`\`
</details>