diff --git a/github/repos_pages.go b/github/repos_pages.go index 5194f27..ddd8301 100644 --- a/github/repos_pages.go +++ b/github/repos_pages.go @@ -30,7 +30,7 @@ type PagesBuild struct { Commit *string `json:"commit,omitempty"` Duration *int `json:"duration,omitempty"` CreatedAt *Timestamp `json:"created_at,omitempty"` - UpdatedAt *Timestamp `json:"created_at,omitempty"` + UpdatedAt *Timestamp `json:"updated_at,omitempty"` } // GetPagesInfo fetches information about a GitHub Pages site.