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 f797532 commit e181334Copy full SHA for e181334
1 file changed
.github/workflows/az-debugging.yml
@@ -34,8 +34,5 @@ jobs:
34
35
- name: Azure CLI script
36
if: "!cancelled()"
37
- uses: azure/cli@v2
38
- with:
39
- azcliversion: latest
40
- inlineScript: |
41
- az trustedsigning certificate-profile list -g ZMKStudio --account-name ZMKStudio
+ run: pip install --user azure-cli
+ az trustedsigning certificate-profile list -g ZMKStudio --account-name ZMKStudio
0 commit comments