mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 18:35:35 +00:00
Minor fixes
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Octokit
|
||||
Ensure.ArgumentNotNull(options, "options");
|
||||
|
||||
var endpoint = ApiUrls.RepositoryPageBuilds(owner, repositoryName);
|
||||
return ApiConnection.GetAll<PagesBuild>(endpoint, null, AcceptHeaders.StableVersion, options);
|
||||
return ApiConnection.GetAll<PagesBuild>(endpoint, options);
|
||||
}
|
||||
/// <summary>
|
||||
/// Gets the build metadata for the last build for a given repository
|
||||
|
||||
Reference in New Issue
Block a user