File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62926,11 +62926,11 @@ class Config {
62926
62926
organization: {
62927
62927
url: `https://github.com/${github.context.repo.owner}`,
62928
62928
context: { owner: github.context.repo.owner },
62929
- apiPath: `/repos /${github.context.repo.owner}/${github.context.repo.repo}`,
62929
+ apiPath: `/orgs /${github.context.repo.owner}`
62930
62930
},
62931
62931
repository: {
62932
62932
url: `https://github.com/${github.context.repo.owner}/${github.context.repo.repo}`,
62933
- apiPath: `/orgs /${github.context.repo.owner}`,
62933
+ apiPath: `/repos /${github.context.repo.owner}/${github.context.repo.repo }`,
62934
62934
context: {
62935
62935
owner: github.context.repo.owner,
62936
62936
repo: github.context.repo.repo
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ class Config {
21
21
organization : {
22
22
url : `https://github.com/${ github . context . repo . owner } ` ,
23
23
context : { owner : github . context . repo . owner } ,
24
- apiPath : `/repos /${ github . context . repo . owner } / ${ github . context . repo . repo } ` ,
24
+ apiPath : `/orgs /${ github . context . repo . owner } `
25
25
} ,
26
26
repository : {
27
27
url : `https://github.com/${ github . context . repo . owner } /${ github . context . repo . repo } ` ,
28
- apiPath : `/orgs /${ github . context . repo . owner } ` ,
28
+ apiPath : `/repos /${ github . context . repo . owner } / ${ github . context . repo . repo } ` ,
29
29
context : {
30
30
owner : github . context . repo . owner ,
31
31
repo : github . context . repo . repo
You can’t perform that action at this time.
0 commit comments