diff --git a/index.js b/index.js index b4a3d26..0432c45 100644 --- a/index.js +++ b/index.js @@ -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);