chore: repackage

This commit is contained in:
Michael Shick 2020-04-08 16:45:55 -07:00
parent 35f26ee693
commit 5d9e844aad
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61

2
dist/index.js vendored
View file

@ -2024,6 +2024,8 @@ async function run() {
payload: { pull_request: pullRequest, sha, repository },
} = github.context;
core.debug(github.context);
const { full_name: repoFullName } = repository;
let issueNumber;