mirror of
https://github.com/actions/github-script
synced 2026-09-07 20:03:40 +00:00
fix: adjust types
This commit is contained in:
Vendored
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user