chore: Add tofu workflows #1
1 changed files with 10 additions and 10 deletions
|
|
@ -65,28 +65,28 @@ jobs:
|
|||
|
||||
echo "$comment_id"
|
||||
|
||||
- name: Upsert comment
|
||||
- name: Add comment
|
||||
id: comment
|
||||
env:
|
||||
COMMENT_BODY: |
|
||||
#### OpenTofu Format and Style 🖌\`${{ steps.fmt.outcome }}\`
|
||||
#### OpenTofu Initialization ⚙️\`${{ steps.init.outcome }}\`
|
||||
#### OpenTofu Validation 🤖\`${{ steps.validate.outcome }}\`
|
||||
#### OpenTofu Format and Style 🖌`${{ steps.fmt.outcome }}`
|
||||
#### OpenTofu Initialization ⚙️`${{ steps.init.outcome }}`
|
||||
#### OpenTofu Validation 🤖`${{ steps.validate.outcome }}`
|
||||
<details><summary>Validation Output</summary>
|
||||
|
||||
\`\`\`\n
|
||||
```
|
||||
${{ steps.validate.outputs.stdout }}
|
||||
\`\`\`
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
#### OpenTofu Plan 📖\`${{ steps.plan.outcome }}\`
|
||||
#### OpenTofu Plan 📖`${{ steps.plan.outcome }}`
|
||||
|
||||
<details><summary>Show Plan</summary>
|
||||
|
||||
\`\`\`\n
|
||||
${process.env.PLAN}
|
||||
\`\`\`
|
||||
```
|
||||
${{ steps.plan.outputs.stdout }}
|
||||
```
|
||||
|
||||
</details>
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue