try again
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 23s
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 23s
This commit is contained in:
parent
a27e9e7aab
commit
ea45550c23
1 changed files with 4 additions and 4 deletions
|
|
@ -70,9 +70,9 @@ jobs:
|
|||
env:
|
||||
COMMENT_BODY: |
|
||||
### ${{forge.workflow}}
|
||||
#### OpenTofu Format and Style 🖌`${{ steps.fmt.outcome }}`
|
||||
#### OpenTofu Initialization ⚙️`${{ steps.init.outcome }}`
|
||||
#### OpenTofu Validation 🤖`${{ steps.validate.outcome }}`
|
||||
#### ${{ steps.fmt.outcome == 'success' && '✅' || '❌' }} OpenTofu Format and Style 🖌
|
||||
#### ${{ steps.init.outcome == 'success' && '✅' || '❌' }} OpenTofu Initialization ⚙️
|
||||
#### ${{ steps.validate.outcome == 'success' && '✅' || '❌' }} OpenTofu Validation 🤖
|
||||
<details><summary>Validation Output</summary>
|
||||
|
||||
```
|
||||
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
|
||||
</details>
|
||||
|
||||
#### OpenTofu Plan 📖`${{ steps.plan.outcome }}`
|
||||
#### ${{ steps.plan.outcome == 'success' && '✅' || '❌' }} OpenTofu Plan 📖
|
||||
|
||||
<details><summary>Show Plan</summary>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue