pwd
This commit is contained in:
parent
6338d18570
commit
987f9a49d3
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ func PostHook(c *gin.Context) {
|
|||
func metadataFromStruct(repo *model.Repo, build, last *model.Build, proc *model.Proc, link string) frontend.Metadata {
|
||||
return frontend.Metadata{
|
||||
Repo: frontend.Repo{
|
||||
Name: repo.Name,
|
||||
Name: repo.FullName,
|
||||
Link: repo.Link,
|
||||
Remote: repo.Clone,
|
||||
Private: repo.IsPrivate,
|
||||
|
|
Loading…
Reference in a new issue