mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 14:20:32 +11:00
chore: repackage
This commit is contained in:
parent
c1ecf91772
commit
c65bbd0a79
1 changed files with 0 additions and 4 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
|
@ -2004,8 +2004,6 @@ const getPulls = async (repoToken, repo, commitSha) => {
|
||||||
additionalHeaders
|
additionalHeaders
|
||||||
);
|
);
|
||||||
|
|
||||||
core.debug(JSON.stringify(body));
|
|
||||||
|
|
||||||
return body.result;
|
return body.result;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -2023,8 +2021,6 @@ async function run() {
|
||||||
sha: commitSha,
|
sha: commitSha,
|
||||||
} = github.context;
|
} = github.context;
|
||||||
|
|
||||||
core.debug(JSON.stringify(github.context));
|
|
||||||
|
|
||||||
const { full_name: repoFullName } = repository;
|
const { full_name: repoFullName } = repository;
|
||||||
|
|
||||||
let issueNumber;
|
let issueNumber;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue