chore: repackage

This commit is contained in:
Michael Shick 2020-04-08 17:19:24 -07:00
parent c1ecf91772
commit c65bbd0a79
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61

4
dist/index.js vendored
View file

@ -2004,8 +2004,6 @@ const getPulls = async (repoToken, repo, commitSha) => {
additionalHeaders
);
core.debug(JSON.stringify(body));
return body.result;
};
@ -2023,8 +2021,6 @@ async function run() {
sha: commitSha,
} = github.context;
core.debug(JSON.stringify(github.context));
const { full_name: repoFullName } = repository;
let issueNumber;