chore: Add tofu workflows #1

Merged
Peter merged 82 commits from pgi-add-workflows into main 2026-02-18 22:55:53 +01:00
Showing only changes of commit ea45550c23 - Show all commits

View file

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