Skip to content

Commit 2405bf8

Browse files
committed
WIP: debug
1 parent e719ea8 commit 2405bf8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/actions/create-inventory/action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ runs:
2424
export HCLOUD_TOKEN=${{ inputs.hcloud_token }}
2525
export POSTGRES_HOST=${{ inputs.db_host }}
2626
27+
apk add --no-cache jq || apt-get install -y jq
28+
2729
# Download and install hcloud
2830
HCVERSION=v1.36.0
2931
wget https://github.com/hetznercloud/cli/releases/download/${HCVERSION}/hcloud-linux-amd64.tar.gz

0 commit comments

Comments
 (0)