mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 04:40:54 +00:00
feat: Add missing properties to RepositoryUpdate (#2492)
This commit is contained in:
@@ -21,8 +21,9 @@ namespace Octokit.Tests.Models
|
||||
"\"has_wiki\":true," +
|
||||
"\"has_downloads\":true}";
|
||||
|
||||
var update = new RepositoryUpdate("Hello-World")
|
||||
var update = new RepositoryUpdate()
|
||||
{
|
||||
Name = "Hello-World",
|
||||
Description = "This is your first repository",
|
||||
Homepage = "https://github.com",
|
||||
Private = true,
|
||||
|
||||
Reference in New Issue
Block a user