mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-20 22:50:38 +00:00
use another project, fail if cannot ger connect_uri
This commit is contained in:
3
.github/workflows/cloud-extensions.yml
vendored
3
.github/workflows/cloud-extensions.yml
vendored
@@ -13,7 +13,7 @@ on:
|
||||
project_id:
|
||||
description: 'Project region id. If not set, the default region will be used'
|
||||
required: false
|
||||
default: 'yellow-haze-08667610'
|
||||
default: 'curly-dew-86293917'
|
||||
|
||||
defaults:
|
||||
run:
|
||||
@@ -76,6 +76,7 @@ jobs:
|
||||
echo ${code}
|
||||
if [[ ${code} -ge 400 ]]; then
|
||||
echo ${res::-3}
|
||||
exit 1
|
||||
fi
|
||||
URI=$(echo ${res::-3} | jq .uri)
|
||||
echo uri=${URI} >> ${GITHUB_OUTPUT}
|
||||
|
||||
Reference in New Issue
Block a user