Creates a new branch in a Bitbucket repository from a target commit hash; the branch name must be unique, adhere to Bitbucket's naming conventions, and not include the 'refs/heads/' prefix.
nameRequiredstringThe name for the new branch (e.g., 'feature/new-login', 'bugfix/issue-123'). Important: Do not include the 'refs/heads/' prefix.
repo_slugRequiredstringThe slug or UUID of the repository where the branch will be created. This is usually the repository's name in URL-friendly format.
workspaceRequiredstringThe workspace ID or UUID that owns the repository. This can typically be found in the URL of your Bitbucket workspace.
target_hashRequiredstringThe full commit hash (SHA1) from which the new branch will be created. This commit must exist in the repository.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.