Skip to content

Commit 885ab53

Browse files
author
Bruno Logerfo
committed
fix github action breaking change
1 parent dadb42f commit 885ab53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const token = core.getInput("github-token", { required: true }),
1212
context = github.context,
1313
owner = context.repo.owner,
1414
repo = context.repo.repo,
15-
client = new github.GitHub(token);
15+
client = new github.getOctokit(token);
1616

1717
function getInput(name, fallback) {
1818
const input = core.getInput(name);

0 commit comments

Comments
 (0)