neondatabase / create-branch-action

GitHub Action to create a new Neon branch
30 stars 7 forks source link

misc: parameterise optional neon host from inputs #62

Closed Shridhad closed 2 months ago

Shridhad commented 2 months ago

We can not use and test create-branch-action workflow in any environment other than production.

Parameterizing api_host and setting the environment variable NEON_API_HOST make it possible to connect to other environments

relates: https://github.com/neondatabase/delete-branch-action/pull/20