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 cf5d91c294 - Show all commits

View file

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