try again
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 23s

This commit is contained in:
Peter 2026-02-18 21:43:13 +01:00
parent a27e9e7aab
commit ea45550c23
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -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>