mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-04-06 06:29:38 +00:00
Add github package
This commit is contained in:
6
node_modules/@actions/github/lib/github.d.ts
generated
vendored
Executable file
6
node_modules/@actions/github/lib/github.d.ts
generated
vendored
Executable file
@ -0,0 +1,6 @@
|
||||
import { GraphQlQueryResponse, Variables } from '@octokit/graphql';
|
||||
import Octokit from '@octokit/rest';
|
||||
export declare class GitHub extends Octokit {
|
||||
graphql: (query: string, variables?: Variables) => Promise<GraphQlQueryResponse>;
|
||||
constructor(token: string);
|
||||
}
|
Reference in New Issue
Block a user