Skip to content

Commit

Permalink
dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Logerfo committed Oct 11, 2022
1 parent b6fa561 commit 505fc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ const token = core.getInput("github-token", { required: true }),
context = github.context,
owner = context.repo.owner,
repo = context.repo.repo,
client = new github.GitHub(token);
client = new github.getOctokit(token);

function getInput(name, fallback) {
const input = core.getInput(name);
Expand Down

0 comments on commit 505fc1c

Please sign in to comment.