From fea9a8a4bd7c04159fa3cdce25902252e6dc89cb Mon Sep 17 00:00:00 2001 From: Jeremy Denquin <jdenquin@gmail.com> Date: Wed, 4 May 2022 15:07:16 +0200 Subject: [PATCH] fix: #15 use one redis typo --- .github/workflows/deploy-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 79aad03..182edb2 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -188,7 +188,7 @@ jobs: run: echo "${{ secrets.KUBE_STAGING_CONFIG }}" | base64 -d > kubeconfig.yaml - name: Get Helm Redis deployment id: helm_redis_deployment - run: echo "::set-output name=deployment::$(helm --kubeconfig ./kubeconfig.yaml list -f ${{ github.event.inputs.preview_name }}-redis -o=json | jq '.[0].name)" + run: echo "::set-output name=deployment::$(helm --kubeconfig ./kubeconfig.yaml list -f ${{ github.event.inputs.preview_name }}-redis -o=json | jq '.[0].name')" - name: Create Redis deployment if: ${{ steps.helm_deployment.outputs.deployment == 'null' }} run: |