mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-20 14:40:37 +00:00
add -r
This commit is contained in:
2
.github/workflows/cloud-extensions.yml
vendored
2
.github/workflows/cloud-extensions.yml
vendored
@@ -78,7 +78,7 @@ jobs:
|
||||
echo ${res::-3}
|
||||
exit 1
|
||||
fi
|
||||
URI=$(echo ${res::-3} | jq .uri)
|
||||
URI=$(echo ${res::-3} | jq -r .uri)
|
||||
echo uri=${URI} >> ${GITHUB_OUTPUT}
|
||||
env:
|
||||
PROJECT_ID: ${{ inputs.project_id }}
|
||||
|
||||
Reference in New Issue
Block a user