From dcd09b166637cb4bc1a9b33c785329099b367b59 Mon Sep 17 00:00:00 2001 From: Jeremy Denquin Date: Tue, 22 Mar 2022 15:55:42 +0100 Subject: [PATCH] cd: fix typo --- .github/workflows/deploy-preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index e4115c3..9cad86f 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: inputs: preview_name: - description: Preview Branch Name + description: Preview Name (domain) required: true default: 'main' front_branch: @@ -86,7 +86,7 @@ jobs: - name: Delete Porter app if: ${{ steps.helm_deployment.outputs.deployment != 'null' }} run: | - echo "${{ steps.helm_deployment.outputs.deployment" + echo "${{ steps.helm_deployment.outputs.deployment }}" helm --kubeconfig ./kubeconfig.yaml uninstall ${{ github.event.inputs.preview_name }}-app - name: Create Porter app uses: porter-dev/porter-cli-action@v0.1.0