chore: Add tofu workflows #1
1 changed files with 4 additions and 4 deletions
|
|
@ -70,9 +70,9 @@ jobs:
|
||||||
env:
|
env:
|
||||||
COMMENT_BODY: |
|
COMMENT_BODY: |
|
||||||
### ${{forge.workflow}}
|
### ${{forge.workflow}}
|
||||||
#### OpenTofu Format and Style 🖌`${{ steps.fmt.outcome }}`
|
#### ${{ steps.fmt.outcome == 'success' && '✅' || '❌' }} OpenTofu Format and Style 🖌
|
||||||
#### OpenTofu Initialization ⚙️`${{ steps.init.outcome }}`
|
#### ${{ steps.init.outcome == 'success' && '✅' || '❌' }} OpenTofu Initialization ⚙️
|
||||||
#### OpenTofu Validation 🤖`${{ steps.validate.outcome }}`
|
#### ${{ steps.validate.outcome == 'success' && '✅' || '❌' }} OpenTofu Validation 🤖
|
||||||
<details><summary>Validation Output</summary>
|
<details><summary>Validation Output</summary>
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
@ -81,7 +81,7 @@ jobs:
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
#### OpenTofu Plan 📖`${{ steps.plan.outcome }}`
|
#### ${{ steps.plan.outcome == 'success' && '✅' || '❌' }} OpenTofu Plan 📖
|
||||||
|
|
||||||
<details><summary>Show Plan</summary>
|
<details><summary>Show Plan</summary>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue