mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-05-19 23:05:52 +00:00
Testing actions
This commit is contained in:
commit
8a260b16ec
340 changed files with 72676 additions and 0 deletions
14
node_modules/@actions/github/lib/utils.d.ts
generated
vendored
Normal file
14
node_modules/@actions/github/lib/utils.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import * as Context from './context';
|
||||
import { Octokit } from '@octokit/core';
|
||||
import { OctokitOptions } from '@octokit/core/dist-types/types';
|
||||
export declare const context: Context.Context;
|
||||
export declare const GitHub: typeof Octokit & import("@octokit/core/dist-types/types").Constructor<import("@octokit/plugin-rest-endpoint-methods/dist-types/types").Api & {
|
||||
paginate: import("@octokit/plugin-paginate-rest").PaginateInterface;
|
||||
}>;
|
||||
/**
|
||||
* Convience function to correctly format Octokit Options to pass into the constructor.
|
||||
*
|
||||
* @param token the repo PAT or GITHUB_TOKEN
|
||||
* @param options other options to set
|
||||
*/
|
||||
export declare function getOctokitOptions(token: string, options?: OctokitOptions): OctokitOptions;
|
||||
Loading…
Add table
Add a link
Reference in a new issue