From cadba057d261f20cea2b9644023150918ab13d6a Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Sat, 29 Nov 2025 12:29:13 +0100 Subject: [PATCH] chore: Return checksum result --- .forgejo/workflows/tofu-plan-k8s-wheatley.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml index baed17c..0537361 100644 --- a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml @@ -35,6 +35,7 @@ jobs: echo "Downloaded OpenTofu ✅" echo "Verifying checksum..." printf "%s %s" "${{ env.TOFU_CHECKSUM }}" "${{ env.TOFU_ARCHIVE }}" | sha256sum --check --status + echo "Checksum ok ✅" working-directory: /tmp