fix description related bugs in creating a template repo
This commit is contained in:
parent
0a9fcb9332
commit
e600ce054a
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ func repoCreate(client *http.Client, hostname string, input repoCreateInput, tem
|
|||
Visibility: input.Visibility,
|
||||
OwnerID: input.OwnerID,
|
||||
RepositoryID: templateRepositoryID,
|
||||
Description: input.Description,
|
||||
}
|
||||
|
||||
variables := map[string]interface{}{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue