fix: Correct setup steps for Tofu environment and streamline system ID validation

This commit is contained in:
2025-05-02 14:51:53 +02:00
parent b961de0455
commit b04871a60c
+2 -5
View File
@@ -29,7 +29,7 @@ jobs:
- name: Setup Terraform environment - name: Setup Terraform environment
uses: ./.github/actions/setup-terraform-env uses: ./.github/actions/setup-terraform-env
- name: Setup Terraform environment - name: Setup Tofu environment
uses: ./.github/actions/setup-opentofu-env uses: ./.github/actions/setup-opentofu-env
- name: Setup Kubernetes Environment - name: Setup Kubernetes Environment
@@ -69,7 +69,4 @@ jobs:
- name: Check remote host info is valid - name: Check remote host info is valid
run: | run: |
if [ -z "${{ steps.get-host-info.outputs.system-id }}" ]; then echo "System ID: ::add-mask::${{ steps.get-host-info.outputs.system-id }}"
echo "No system ID found"
exit 1
fi