We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca34dda commit 514b35aCopy full SHA for 514b35a
.github/workflows/syncAdo.yml
@@ -24,15 +24,4 @@ jobs:
24
ado_area_path: 'Edge\Web Experience\WebView2'
25
ado_tags: 'WV2_GitHub'
26
ado_gh_closed_tag: 'WV2_GitHub_Closed'
27
- - name: Azure login
28
- uses: azure/login@v2
29
- with:
30
- client-id: ${{ secrets.AZURE_CLIENT_ID }}
31
- tenant-id: ${{ secrets.AZURE_TENANT_ID }}
32
- subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
33
- - name: Azure CLI script
34
- uses: azure/cli@v2
35
36
- azcliversion: latest
37
- inlineScript: |
38
- az account show
+
0 commit comments