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: