mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-19 20:56:21 +00:00
fix: remove username json field.
This commit is contained in:
parent
4329268ee1
commit
70072321e9
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue