Skip to content

Commit 89d81c6

Browse files
committed
debug automount
1 parent 386633a commit 89d81c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,11 @@ while [[ $RETRY_COUNT -lt $MAX_RETRIES ]]; do
430430
sleep "$WAIT_SEC"
431431
done
432432

433+
# TODO: Remove after test
434+
# Temp: Show servers.json
435+
jq < create-server.json
436+
jq < servers.json
437+
433438
# Get the Hetzner Server ID from the JSON response (assuming valid JSON)
434439
MY_HETZNER_SERVER_ID=$(jq -er '.server.id' < "servers.json")
435440

0 commit comments

Comments
 (0)