Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6320504

Browse filesBrowse files
committed
fix: adjust types
1 parent f23cd47 commit 6320504
Copy full SHA for 6320504

File tree

3 files changed

+3
-0
lines changed
Filter options

3 files changed

+3
-0
lines changed

‎dist/index.js

Copy file name to clipboardExpand all lines: dist/index.js
+1Lines 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

Copy file name to clipboardExpand all lines: src/async-function.ts
+1Lines 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

Copy file name to clipboardExpand all lines: types/async-function.d.ts
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.