mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-04 06:38:43 +00:00
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 {
|
func metadataFromStruct(repo *model.Repo, build, last *model.Build, proc *model.Proc, link string) frontend.Metadata {
|
||||||
return frontend.Metadata{
|
return frontend.Metadata{
|
||||||
Repo: frontend.Repo{
|
Repo: frontend.Repo{
|
||||||
Name: repo.Name,
|
Name: repo.FullName,
|
||||||
Link: repo.Link,
|
Link: repo.Link,
|
||||||
Remote: repo.Clone,
|
Remote: repo.Clone,
|
||||||
Private: repo.IsPrivate,
|
Private: repo.IsPrivate,
|
||||||
|
|
Loading…
Reference in a new issue