We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26bf08 commit 81be29eCopy full SHA for 81be29e
.github/workflows/azure-deploy.yml
@@ -29,8 +29,9 @@ jobs:
29
client-id: ${{ secrets.AZURE_CLIENT_ID }}
30
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
31
subscription-id: ${{ vars.AZURE_SUBSCRIPTION_ID }}
32
+ enable-AzPSSession: true
33
- - uses: Azure/CLI@v2
34
+ - uses: azure/CLI@v1
35
with:
36
inlineScript: |
37
#!/bin/bash
0 commit comments