Skip to content

Commit

Permalink
Azure CLI Action Bugfix (#209)
Browse files Browse the repository at this point in the history
Azure CLI Action Bugfix
  • Loading branch information
marvinbuss committed Nov 11, 2021
1 parent ac72c1b commit c543c45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dataLandingZoneDeployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
id: data_landing_zone_whatif
uses: azure/CLI@v1
with:
azcliversion: "2.29.2"
azcliversion: "agentazcliversion"
inlineScript: |
az account set \
--subscription ${{ env.AZURE_SUBSCRIPTION_ID }}
Expand All @@ -80,7 +80,7 @@ jobs:
id: azure_logout
uses: azure/cli@v1
with:
azcliversion: latest
azcliversion: "agentazcliversion"
inlineScript: |
az logout
Expand Down Expand Up @@ -269,6 +269,6 @@ jobs:
id: azure_logout
uses: azure/cli@v1
with:
azcliversion: latest
azcliversion: "agentazcliversion"
inlineScript: |
az logout

0 comments on commit c543c45

Please sign in to comment.