Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
a-masterov committed Dec 5, 2024
1 parent 47cac9d commit 32c173d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/neon-get-connection-uri/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
params="${params}database_name=${DATABASE_NAME}&role_name=${ROLE_NAME}&"
params="${params}pooled=${POOLED}"
for i in {1..10}; do
res=$(curl \
res=$(curl -X GET \
"https://${API_HOST}/api/v2/projects/${PROJECT_ID}/connection_uri${params}" \
--header "Accept: application/json" \
--header "Content-Type: application/json" \
Expand Down

0 comments on commit 32c173d

Please sign in to comment.