mirror of
https://github.com/actions/setup-node.git
synced 2025-12-15 17:31:39 +08:00
.
This commit is contained in:
2
node_modules/@actions/github/lib/github.d.ts
generated
vendored
2
node_modules/@actions/github/lib/github.d.ts
generated
vendored
@@ -4,5 +4,5 @@ import * as Context from './context';
|
||||
export declare const context: Context.Context;
|
||||
export declare class GitHub extends Octokit {
|
||||
graphql: (query: string, variables?: Variables) => Promise<GraphQlQueryResponse>;
|
||||
constructor(token: string);
|
||||
constructor(token: string, opts?: Omit<Octokit.Options, 'auth'>);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user