mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-16 16:42:35 +00:00
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:
parent
9095b20a9e
commit
6cb54dbd0b
1 changed files with 4 additions and 2 deletions
|
|
@ -115,12 +115,14 @@ steps:
|
||||||
script: |
|
script: |
|
||||||
const output = `#### Terraform Format and Style 🖌\`${{ steps.fmt.outcome }}\`
|
const output = `#### Terraform Format and Style 🖌\`${{ steps.fmt.outcome }}\`
|
||||||
#### Terraform Initialization ⚙️\`${{ steps.init.outcome }}\`
|
#### Terraform Initialization ⚙️\`${{ steps.init.outcome }}\`
|
||||||
#### Terraform Validation 🤖${{ steps.validate.outputs.stdout }}
|
#### Terraform Validation 🤖\`${{ steps.validate.outputs.stdout }}\`
|
||||||
#### Terraform Plan 📖\`${{ steps.plan.outcome }}\`
|
#### Terraform Plan 📖\`${{ steps.plan.outcome }}\`
|
||||||
|
|
||||||
<details><summary>Show Plan</summary>
|
<details><summary>Show Plan</summary>
|
||||||
|
|
||||||
\`\`\`${process.env.PLAN}\`\`\`
|
\`\`\`\n
|
||||||
|
${process.env.PLAN}
|
||||||
|
\`\`\`
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue