From 24c10f5f25cf8cbd717b05cae72e78551d0e33fa 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 a95401a5755..c20a68a52e2 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: |