From 012cbaeda2a364c98200a1a2ce198095555a2c72 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:12:40 +0100 Subject: [PATCH] comment id --- .forgejo/workflows/tofu-plan-k8s-wheatley.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml index 33b6dff..50f7d79 100644 --- a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml @@ -63,7 +63,7 @@ jobs: comment_id=$(echo "$response" | jq -r \ '.[] | select(.body | test("OpenTofu Format and Style")) | .id' | head -n 1) - echo "$comment_id" + echo "comment_id=$comment_id" - name: Add comment id: comment