From 9b6a18ec77fac5d6958258c4b86ec7bc54271b2d Mon Sep 17 00:00:00 2001 From: Silvija Tovernic Date: Fri, 27 Sep 2024 16:39:18 +0200 Subject: [PATCH] test if --- .github/workflows/pulumi.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pulumi.yml b/.github/workflows/pulumi.yml index 0004c85..b011061 100644 --- a/.github/workflows/pulumi.yml +++ b/.github/workflows/pulumi.yml @@ -58,8 +58,6 @@ env: CONTAINER_PORT: ${{ inputs.container_port }} HOST_PORT: ${{ inputs.host_port }} - PULUMI_TASK: ${{ inputs.pulumi_task }} - jobs: @@ -125,7 +123,7 @@ jobs: name: Pulumi Deploy runs-on: ubuntu-latest needs: preview - if: env.PULUMI_TASK == 'deploy' + if: inputs.pulumi_task == 'deploy' environment: ${{ inputs.environment }} steps: @@ -173,7 +171,7 @@ jobs: name: Pulumi Destroy runs-on: ubuntu-latest needs: preview - if: env.PULUMI_TASK == 'destroy' + if: inputs.pulumi_task == 'destroy' environment: ${{ inputs.environment }} steps: