From b04871a60c2a6736a1e8e81a625e969a7dc0bd79 Mon Sep 17 00:00:00 2001 From: Alexandre Pires Date: Fri, 2 May 2025 14:51:53 +0200 Subject: [PATCH] fix: Correct setup steps for Tofu environment and streamline system ID validation --- .github/workflows/actions-validate.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/actions-validate.yml b/.github/workflows/actions-validate.yml index 3df1fcc..4a3db88 100644 --- a/.github/workflows/actions-validate.yml +++ b/.github/workflows/actions-validate.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Terraform environment uses: ./.github/actions/setup-terraform-env - - name: Setup Terraform environment + - name: Setup Tofu environment uses: ./.github/actions/setup-opentofu-env - name: Setup Kubernetes Environment @@ -69,7 +69,4 @@ jobs: - name: Check remote host info is valid run: | - if [ -z "${{ steps.get-host-info.outputs.system-id }}" ]; then - echo "No system ID found" - exit 1 - fi + echo "System ID: ::add-mask::${{ steps.get-host-info.outputs.system-id }}" \ No newline at end of file