From e0be91f2aa871765222cb2bf66d9ecc0e684b7cf Mon Sep 17 00:00:00 2001 From: Leonard Cohnen Date: Tue, 10 Oct 2023 19:11:17 +0200 Subject: [PATCH] fix typo in CI --- .github/actions/constellation_create/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/constellation_create/action.yml b/.github/actions/constellation_create/action.yml index 52f7a4f842e..d1cc6052992 100644 --- a/.github/actions/constellation_create/action.yml +++ b/.github/actions/constellation_create/action.yml @@ -118,7 +118,7 @@ runs: run: | yq eval -i '(.debugCluster) = true' constellation-conf.yaml - - name: Enable debugCluster flag + - name: Enable internalLoadBalancer flag if: inputs.internalLoadBalancer == 'true' shell: bash run: |