From 5ca4ca92432cb71641db3c2c83f67d50199a3558 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Wed, 18 Feb 2026 21:51:19 +0100 Subject: [PATCH] debug --- .forgejo/workflows/tofu-plan-k8s-wheatley.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml index 5efa9ef..7d62a10 100644 --- a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml @@ -89,12 +89,14 @@ jobs: if [ -n "${comment_id}" ] && [ "${comment_id}" != "null" ]; then + echo "Found comment, updating..." && \ curl -s -X PATCH \ -H "Authorization: token ${{ secrets.FORGEJO_TOKEN }}" \ -H "Content-Type: application/json" \ "${{ forge.api_url }}/repos/${{ forge.repository }}/issues/comments/${{ steps.fetch.outputs.comment_id }}" \ -d "$payload" else + echo "Creating new comment..." && \ curl -s -X POST \ -H "Authorization: token ${{ secrets.FORGEJO_TOKEN }}" \ -H "Content-Type: application/json" \