File tree 3 files changed +3
-0
lines changed 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -36286,6 +36286,7 @@ async function main() {
36286
36286
require: wrapRequire,
36287
36287
__original_require__: require,
36288
36288
github,
36289
+ octokit: github,
36289
36290
context: lib_github.context,
36290
36291
core: core,
36291
36292
exec: exec,
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ export declare type AsyncFunctionArguments = {
11
11
context : Context
12
12
core : typeof core
13
13
github : InstanceType < typeof GitHub >
14
+ octokit : InstanceType < typeof GitHub >
14
15
exec : typeof exec
15
16
glob : typeof glob
16
17
io : typeof io
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ export declare type AsyncFunctionArguments = {
9
9
context : Context ;
10
10
core : typeof core ;
11
11
github : InstanceType < typeof GitHub > ;
12
+ octokit : InstanceType < typeof GitHub > ;
12
13
exec : typeof exec ;
13
14
glob : typeof glob ;
14
15
io : typeof io ;
You can’t perform that action at this time.
0 commit comments