cd: typo in worker app name

This commit is contained in:
Jeremy Denquin 2022-03-30 17:07:34 +02:00
parent bfcf916d1a
commit 562e349d2b

View File

@ -204,7 +204,7 @@ jobs:
- name: Create Worker app - name: Create Worker app
uses: porter-dev/porter-cli-action@v0.1.0 uses: porter-dev/porter-cli-action@v0.1.0
with: with:
command: create worker --app ${{ github.event.inputs.preview_name }}--worker --source registry --values ./api/porter/env_worker.yaml --image ${{ steps.login-ecr.outputs.registry }}/lago-api-staging:${{ github.event.inputs.api_branch }} command: create worker --app ${{ github.event.inputs.preview_name }}-worker --source registry --values ./api/porter/env_worker.yaml --image ${{ steps.login-ecr.outputs.registry }}/lago-api-staging:${{ github.event.inputs.api_branch }}