From f80f0ece9ad2d3937423ab123452e8bf56fafe41 Mon Sep 17 00:00:00 2001 From: autocloudarc Date: Wed, 28 Feb 2024 23:42:02 -0500 Subject: [PATCH] inputs(reference): correct to reflect 'env' --- .github/workflows/deploy-az-resources.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-az-resources.yml b/.github/workflows/deploy-az-resources.yml index eea26ae..7804c90 100644 --- a/.github/workflows/deploy-az-resources.yml +++ b/.github/workflows/deploy-az-resources.yml @@ -58,7 +58,7 @@ jobs: tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} enable-AzPSSession: false - if: ${{ inputs.operation == 'deploy' }} + if: ${{ env.operation == 'deploy' }} - name: test-deployment uses: Azure/cli@v1.0.9 @@ -95,7 +95,7 @@ jobs: tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} enable-AzPSSession: false - if: ${{ inputs.operation == 'deploy' }} + if: ${{ env.operation == 'deploy' }} - name: deploy uses: Azure/cli@v1.0.9