Skip to content

Commit 2c7079f

Browse files
committed
Fix multiline
1 parent e181334 commit 2c7079f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/az-debugging.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ jobs:
3434

3535
- name: Azure CLI script
3636
if: "!cancelled()"
37-
run: pip install --user azure-cli
37+
run: |
38+
pip install --user azure-cli
3839
az trustedsigning certificate-profile list -g ZMKStudio --account-name ZMKStudio

0 commit comments

Comments
 (0)