Skip to content

Commit

Permalink
Update readme example (#86)
Browse files Browse the repository at this point in the history
adds code styling around validation status, and fixes the code block for the issue body creation.
  • Loading branch information
ndrone-kr committed May 13, 2021
1 parent 9095b20 commit 6cb54db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -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>
Expand Down

0 comments on commit 6cb54db

Please sign in to comment.