forked from kevadesu/forgejo
Add default branch to repo payload
This commit is contained in:
parent
600d8edaca
commit
8662990746
2 changed files with 2 additions and 1 deletions
|
@ -415,6 +415,7 @@ func (repo *Repository) ComposePayload() *api.PayloadRepo {
|
|||
UserName: repo.MustOwner().Name,
|
||||
},
|
||||
Private: repo.IsPrivate,
|
||||
DefaultBranch: repo.DefaultBranch,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue