mirror of
https://github.com/actions/github-script.git
synced 2026-08-27 12:09:21 +00:00
Use @actions/core 1.1.0 and @actions/github 1.1.0
This commit is contained in:
parent
e3df9c68fb
commit
1aae562f16
23 changed files with 671 additions and 572 deletions
16
node_modules/@actions/github/lib/github.d.ts
generated
vendored
16
node_modules/@actions/github/lib/github.d.ts
generated
vendored
|
|
@ -1,8 +1,8 @@
|
|||
import { GraphQlQueryResponse, Variables } from '@octokit/graphql';
|
||||
import Octokit from '@octokit/rest';
|
||||
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);
|
||||
}
|
||||
import { GraphQlQueryResponse, Variables } from '@octokit/graphql';
|
||||
import Octokit from '@octokit/rest';
|
||||
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, opts?: Omit<Octokit.Options, 'auth'>);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue