From c18ec66e7d40edf0e0aa1b6448dac2e629928f27 Mon Sep 17 00:00:00 2001 From: Silvija Tovernic Date: Fri, 27 Sep 2024 16:41:48 +0200 Subject: [PATCH] test if --- .github/workflows/pulumi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pulumi.yml b/.github/workflows/pulumi.yml index bc74bcf..88abfa8 100644 --- a/.github/workflows/pulumi.yml +++ b/.github/workflows/pulumi.yml @@ -124,7 +124,7 @@ jobs: name: Pulumi Deploy runs-on: ubuntu-latest needs: preview - if: inputs.pulumi_task == 'deploy' + if: ${{ inputs.pulumi_task }} == 'deploy' environment: ${{ inputs.environment }} steps: @@ -173,7 +173,7 @@ jobs: name: Pulumi Destroy runs-on: ubuntu-latest needs: preview - if: inputs.pulumi_task == 'destroy' + if: ${{ inputs.pulumi_task }} == 'destroy' environment: ${{ inputs.environment }} steps: