diff --git a/.github/actions/swarm-deploy/action.yml b/.github/actions/swarm-deploy/action.yml index 442170e1..d3ae001e 100644 --- a/.github/actions/swarm-deploy/action.yml +++ b/.github/actions/swarm-deploy/action.yml @@ -23,7 +23,7 @@ runs: using: "composite" steps: - name: Install dependencies - run: sudo apt update ; sudo apt install curl -yq + run: sudo apt update ; sudo apt install curl jq -yq shell: bash - name: Deploy to Swarm id: deploy