Skip to content

Commit

Permalink
Merge pull request #1804 from billiechar/add-repository-storage
Browse files Browse the repository at this point in the history
Add repository_storage to forked_from_project details
  • Loading branch information
svanharmelen committed Sep 29, 2023
2 parents 89ff954 + 3a1cb8b commit 6c2d228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ type ForkParent struct {
NameWithNamespace string `json:"name_with_namespace"`
Path string `json:"path"`
PathWithNamespace string `json:"path_with_namespace"`
RepositoryStorage string `json:"repository_storage"`
WebURL string `json:"web_url"`
}

Expand Down

0 comments on commit 6c2d228

Please sign in to comment.