From cd0fe8f4a48fbd2cdadd6b90218094fd428f59ed Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 8 Feb 2024 04:57:46 +0000 Subject: [PATCH] Update dist --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 7bff3dd..39a497c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -30803,7 +30803,7 @@ console.log('Starting.'); async function run() { try { const context = githubReq.context; - const github = github.getOctokit(core.getInput('token')); + const github = githubReq.getOctokit(core.getInput('token')); const isPullRequest = context.payload.pull_request; const commits = !isPullRequest ? context.payload.commits.filter(c => c.distinct) : [{ id: context.payload.pull_request.head.sha