From 32ab6a617c251f0b1f1bfeed183f2ab0a110ee99 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Tue, 13 May 2025 15:29:00 +0200 Subject: [PATCH] use another project, fail if cannot ger connect_uri --- .github/workflows/cloud-extensions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cloud-extensions.yml b/.github/workflows/cloud-extensions.yml index b6bf5f7cac..001b1620f9 100644 --- a/.github/workflows/cloud-extensions.yml +++ b/.github/workflows/cloud-extensions.yml @@ -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}