We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed23ea commit ca282e2Copy full SHA for ca282e2
1 file changed
.github/actions/azdo-build/action.yml
@@ -87,10 +87,10 @@ runs:
87
88
az login \
89
--allow-no-subscription \
90
- --client-id ${{ inputs.azure-client-id }} \
91
--federated-token ${{ github.token }} \
92
--service-principal \
93
- --tenant ${{ inputs.azure-tenant-id }}
+ --tenant ${{ inputs.azure-tenant-id }} \
+ --username ${{ inputs.azure-client-id }}
94
shell: bash
95
96
# - uses: azure/login@v2
@@ -411,7 +411,8 @@ runs:
411
# --draft=false \
412
# --repo ${{ github.repository }}
413
414
- - if: ${{ always() }}
+ - continue-on-error: true
415
+ if: ${{ always() }}
416
name: Azure logout
417
run: az logout
418
0 commit comments