fix: pulls request path

This commit is contained in:
Michael Shick 2020-04-08 17:15:03 -07:00
parent 240085d7fd
commit ada0007158
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View file

@ -2006,7 +2006,7 @@ const getPulls = async (repoToken, repo, commitSha) => {
core.debug(JSON.stringify(body));
return body;
return body.result;
};
async function run() {

View file

@ -19,7 +19,7 @@ const getPulls = async (repoToken, repo, commitSha) => {
core.debug(JSON.stringify(body));
return body;
return body.result;
};
async function run() {