Skip to content

Commit

Permalink
make octokit instance available as octokit on top of github, to make …
Browse files Browse the repository at this point in the history
…it easier to seamless to copy examples from GitHub api or octokit documentation
  • Loading branch information
iamstarkov committed Jan 31, 2025
1 parent 91a83c0 commit 4024541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ async function main(): Promise<void> {
require: wrapRequire,
__original_require__: __non_webpack_require__,
github,
octokit: github,
context,
core,
exec,
Expand Down

0 comments on commit 4024541

Please sign in to comment.