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 6b307cb5f2 - Show all commits

View file

@ -33,7 +33,6 @@ jobs:
- name: Install deps
run: |
apt update
apt install -y jq
- name: OpenTofu Init
@ -63,6 +62,10 @@ jobs:
comment_id=$(echo "$response" | jq -r \
'.[] | select(.body | test("OpenTofu Format and Style")) | .id' | head -n 1)
if [ -z $comment_id ]; then
exit 1
fi
echo "comment_id=$comment_id"
- name: Upsert comment