khulnasoft/Khulnasoft Database Create Branch Action

Creates a new Khulnasoft Postgres branch based a parent branch. If the branch already exists it will return the branch details

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 22, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: khulnasoft/create-branch-action@d5deded22272800a4e56324f81b40ff17ee0a2b3 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
project_idThe project idyes
branch_nameThe branch nameno
api_keyThe Khulnasoft API keyyes
usernameThe db role nameyes
databaseThe database namekhulnasoftdb
prismaUse prisma or notfalse
parentThe parent branch name or id or LSN or timestamp. By default the primary branch is used
suspend_timeoutDuration of inactivity in seconds after which the compute endpoint is For more information, see [Auto-suspend configuration](https://khulnasoft.tech/docs/manage/endpoints#auto-suspend-configuration). 0
sslAdd sslmode to the connection string. Supported values are: "require", "verify-ca", "verify-full", "omit". require
namedescription
db_urlNew branch DATABASE_URL
db_url_with_poolerNew branch DATABASE_URL with pooling enabled
hostNew branch host
host_with_poolerNew branch host with pooling enabled
branch_idNew branch id
passwordPassword for connecting to the new branch database with the input username