Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4024541

Browse files
committed
make octokit instance available as octokit on top of github, to make it easier to seamless to copy examples from GitHub api or octokit documentation
1 parent 91a83c0 commit 4024541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ async function main(): Promise<void> {
6262
require: wrapRequire,
6363
__original_require__: __non_webpack_require__,
6464
github,
65+
octokit: github,
6566
context,
6667
core,
6768
exec,

0 commit comments

Comments
 (0)