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 2aa56a3 commit 3e6bd8cCopy full SHA for 3e6bd8c
.github/workflows/test-deployer.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Install common dependencies
25
- run: apt update && apt install -y unzip curl wget git nodejs openssh-client
+ run: apt update && apt install -y unzip curl wget git nodejs openssh-client jq
26
27
- name: Install Python
28
run: |
0 commit comments