mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-25 21:42:18 +00:00
fix: remove username json field.
This commit is contained in:
@@ -79,7 +79,6 @@ const repoPayload = `
|
|||||||
{
|
{
|
||||||
"owner": {
|
"owner": {
|
||||||
"login": "test_name",
|
"login": "test_name",
|
||||||
"username": "test_name",
|
|
||||||
"email": "octocat@github.com",
|
"email": "octocat@github.com",
|
||||||
"avatar_url": "https:\/\/secure.gravatar.com\/avatar\/8c58a0be77ee441bb8f8595b7f1b4e87"
|
"avatar_url": "https:\/\/secure.gravatar.com\/avatar\/8c58a0be77ee441bb8f8595b7f1b4e87"
|
||||||
},
|
},
|
||||||
@@ -102,7 +101,6 @@ const userRepoPayload = `
|
|||||||
{
|
{
|
||||||
"owner": {
|
"owner": {
|
||||||
"login": "test_name",
|
"login": "test_name",
|
||||||
"username": "test_name",
|
|
||||||
"email": "octocat@github.com",
|
"email": "octocat@github.com",
|
||||||
"avatar_url": "https:\/\/secure.gravatar.com\/avatar\/8c58a0be77ee441bb8f8595b7f1b4e87"
|
"avatar_url": "https:\/\/secure.gravatar.com\/avatar\/8c58a0be77ee441bb8f8595b7f1b4e87"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user