diff --git a/.github/workflows/cgw-dev-deployment.yaml b/.github/workflows/cgw-dev-deployment.yaml index e0d79d734..d2851a485 100644 --- a/.github/workflows/cgw-dev-deployment.yaml +++ b/.github/workflows/cgw-dev-deployment.yaml @@ -93,13 +93,13 @@ jobs: helm plugin install https://github.com/jkroepke/helm-secrets - name: Deploy OpenLAN Cloud Gateway and services - if: {{ github.event.inputs.just_component }} == "false" + if: ${{ github.event.inputs.just_component }} == "false" working-directory: wlan-cloud-ucentral-deploy/cgw run: | helmfile --environment ${{ matrix.namespace }} apply - name: Deploy OpenLAN Cloud Gateway only - if: {{ github.event.inputs.just_component }} == "true" + if: ${{ github.event.inputs.just_component }} == "true" working-directory: wlan-cloud-ucentral-deploy/cgw run: | helmfile --environment ${{ matrix.namespace }} -l app=cgw apply