This commit is contained in:
Michael Shick 2019-11-25 13:36:28 -05:00
parent ffa3ca8d17
commit f5288553db
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61

View file

@ -16,7 +16,7 @@ async function run() {
}
} = github.context;
const { pullNumber } = pullRequestPayload;
const { number: pullNumber } = pullRequestPayload;
const { owner: repoOwner, full_name: repoFullName } = repositoryPayload;
core.debug(`OWNER-------------------------------`);