Skip to content

Commit

Permalink
inputs(reference): correct to reflect 'env'
Browse files Browse the repository at this point in the history
  • Loading branch information
autocloudarc committed Feb 29, 2024
1 parent 659084a commit f80f0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-az-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit f80f0ec

Please sign in to comment.