File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -36286,6 +36286,7 @@ async function main() {
3628636286 require: wrapRequire,
3628736287 __original_require__: require,
3628836288 github,
36289+ octokit: github,
3628936290 context: lib_github.context,
3629036291 core: core,
3629136292 exec: exec,
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ export declare type AsyncFunctionArguments = {
1111 context : Context
1212 core : typeof core
1313 github : InstanceType < typeof GitHub >
14+ octokit : InstanceType < typeof GitHub >
1415 exec : typeof exec
1516 glob : typeof glob
1617 io : typeof io
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ export declare type AsyncFunctionArguments = {
99 context : Context ;
1010 core : typeof core ;
1111 github : InstanceType < typeof GitHub > ;
12+ octokit : InstanceType < typeof GitHub > ;
1213 exec : typeof exec ;
1314 glob : typeof glob ;
1415 io : typeof io ;
You can’t perform that action at this time.
0 commit comments