mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-24 08:30:37 +00:00
Add debug
This commit is contained in:
1
.github/workflows/cloud-extensions.yml
vendored
1
.github/workflows/cloud-extensions.yml
vendored
@@ -73,6 +73,7 @@ jobs:
|
||||
-H "Authorization: Bearer ${API_KEY}" | jq -r .uri
|
||||
)
|
||||
code=${res: -3}
|
||||
echo ${code}
|
||||
if [[ ${code} -ge 400 ]]; then
|
||||
echo ${res::-3}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user