1
0
mirror of https://github.com/getlago/lago.git synced 2025-01-12 15:57:24 +07:00

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:
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