mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-18 23:18:32 +00:00
Update to add visibility and isPrivate from the rename
This commit is contained in:
@@ -149,6 +149,8 @@ func PatchRepo(c *gin.Context) {
|
||||
repo.Avatar = from.Avatar
|
||||
repo.Link = from.Link
|
||||
repo.Clone = from.Clone
|
||||
repo.IsPrivate = from.IsPrivate
|
||||
repo.Visibility = from.Visibility
|
||||
}
|
||||
|
||||
err := store.UpdateRepo(c, repo)
|
||||
|
Reference in New Issue
Block a user