Skip to content

Commit 505fc1c

Browse files
author
Bruno Logerfo
committed
dist
1 parent b6fa561 commit 505fc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ const token = core.getInput("github-token", { required: true }),
343343
context = github.context,
344344
owner = context.repo.owner,
345345
repo = context.repo.repo,
346-
client = new github.GitHub(token);
346+
client = new github.getOctokit(token);
347347

348348
function getInput(name, fallback) {
349349
const input = core.getInput(name);

0 commit comments

Comments
 (0)