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