Skip to content

Commit

Permalink
fix: adjust types
Browse files Browse the repository at this point in the history
  • Loading branch information
iamstarkov committed Jan 31, 2025
1 parent f23cd47 commit 6320504
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36286,6 +36286,7 @@ async function main() {
require: wrapRequire,
__original_require__: require,
github,
octokit: github,
context: lib_github.context,
core: core,
exec: exec,
Expand Down
1 change: 1 addition & 0 deletions src/async-function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export declare type AsyncFunctionArguments = {
context: Context
core: typeof core
github: InstanceType<typeof GitHub>
octokit: InstanceType<typeof GitHub>
exec: typeof exec
glob: typeof glob
io: typeof io
Expand Down
1 change: 1 addition & 0 deletions types/async-function.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export declare type AsyncFunctionArguments = {
context: Context;
core: typeof core;
github: InstanceType<typeof GitHub>;
octokit: InstanceType<typeof GitHub>;
exec: typeof exec;
glob: typeof glob;
io: typeof io;
Expand Down

0 comments on commit 6320504

Please sign in to comment.