Values.UpdateDefaultBranchInputSourceRepresents the input of an update default branch operation.
type nonrec t = {repositoryName : RepositoryName.t;The name of the repository for which you want to set or change the default branch.
*)defaultBranchName : BranchName.t;The name of the branch to set as the default branch.
*)}