cd: fix typo

This commit is contained in:
Jeremy Denquin 2022-03-22 15:55:42 +01:00
parent caf569ae9c
commit dcd09b1666
No known key found for this signature in database
GPG Key ID: 9E2B6D4E714D5CE0

View File

@ -3,7 +3,7 @@ on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
preview_name: preview_name:
description: Preview Branch Name description: Preview Name (domain)
required: true required: true
default: 'main' default: 'main'
front_branch: front_branch:
@ -86,7 +86,7 @@ jobs:
- name: Delete Porter app - name: Delete Porter app
if: ${{ steps.helm_deployment.outputs.deployment != 'null' }} if: ${{ steps.helm_deployment.outputs.deployment != 'null' }}
run: | run: |
echo "${{ steps.helm_deployment.outputs.deployment" echo "${{ steps.helm_deployment.outputs.deployment }}"
helm --kubeconfig ./kubeconfig.yaml uninstall ${{ github.event.inputs.preview_name }}-app helm --kubeconfig ./kubeconfig.yaml uninstall ${{ github.event.inputs.preview_name }}-app
- name: Create Porter app - name: Create Porter app
uses: porter-dev/porter-cli-action@v0.1.0 uses: porter-dev/porter-cli-action@v0.1.0