diff --git a/index.js b/index.js index 0432c45..981be4f 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,7 @@ async function run() { const { payload: { pull_request: pullRequestPayload, - respository: repositoryPayload + repository: repositoryPayload } } = github.context;