diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml index 7d62a10..9a3b43d 100644 --- a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml @@ -89,7 +89,7 @@ jobs: if [ -n "${comment_id}" ] && [ "${comment_id}" != "null" ]; then - echo "Found comment, updating..." && \ + echo "Found comment with id ${comment_id}, updating..." && \ curl -s -X PATCH \ -H "Authorization: token ${{ secrets.FORGEJO_TOKEN }}" \ -H "Content-Type: application/json" \