We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e719ea8 commit 2405bf8Copy full SHA for 2405bf8
1 file changed
.github/workflows/actions/create-inventory/action.yaml
@@ -24,6 +24,8 @@ runs:
24
export HCLOUD_TOKEN=${{ inputs.hcloud_token }}
25
export POSTGRES_HOST=${{ inputs.db_host }}
26
27
+ apk add --no-cache jq || apt-get install -y jq
28
+
29
# Download and install hcloud
30
HCVERSION=v1.36.0
31
wget https://github.com/hetznercloud/cli/releases/download/${HCVERSION}/hcloud-linux-amd64.tar.gz
0 commit comments