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

Skip to content

Commit 6320504

Browse files
committed
fix: adjust types
1 parent f23cd47 commit 6320504

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

src/async-function.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

types/async-function.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)