This commit is contained in:
Michael Shick 2019-11-25 13:33:52 -05:00
parent 65920e7835
commit ebd576749f
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61

View file

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