You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! Thank you for reporting this misbehavior!
The action supports passing the database name but defaults to the "neondb".
I will add a check to validate the passed or defaulted database name
Steps to reproduce
neondatabase/create-branch-action@v4
to create a new branchproject_id
,username
,branch_name
, andapi_key
parametersecho "NEON_DATABASE_URL=${{ steps.create-staging-branch.outputs.db_url }}"
Expected result
db_url
property should have the correct database name at the end of the URLActual result
neondb
as database name in generateddb_url
The text was updated successfully, but these errors were encountered: