Compare commits

...

1 Commits

View File

@@ -133,6 +133,8 @@ func GetDevContainerDetails(ctx *context.Context) {
ctx.Doer.Name + ctx.Doer.Name +
"&repo=" + "&repo=" +
ctx.Repo.Repository.Name + ctx.Repo.Repository.Name +
"&repo_owner=" +
ctx.Repo.OwnerName +
"&repoid=" + "&repoid=" +
strconv.FormatInt(ctx.Repo.Repository.ID, 10) + strconv.FormatInt(ctx.Repo.Repository.ID, 10) +
"&userid=" + "&userid=" +