Compare commits
1 Commits
alpine-web
...
fix/devcon
| Author | SHA1 | Date | |
|---|---|---|---|
| b5e3301066 |
@@ -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=" +
|
||||||
|
|||||||
Reference in New Issue
Block a user