Skip to content

Commit

Permalink
ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Dec 20, 2023
1 parent aa2ae03 commit 522e36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/helpers/src/issue-checker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ program
}

const client = getOctokit(args.token);
checkIssues(client, args.pr);
checkIssues(client, parseInt(args.pr));
});

await program.parseAsync();
Expand Down

0 comments on commit 522e36e

Please sign in to comment.