Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 84903f5

Browse filesBrowse files
committed
Remove node-fetch from type
1 parent 5349cf9 commit 84903f5
Copy full SHA for 84903f5

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

‎types/async-function.d.ts

Copy file name to clipboardExpand all lines: types/async-function.d.ts
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ import { Context } from '@actions/github/lib/context';
55
import { GitHub } from '@actions/github/lib/utils';
66
import * as glob from '@actions/glob';
77
import * as io from '@actions/io';
8-
import fetch from 'node-fetch';
98
export declare type AsyncFunctionArguments = {
109
context: Context;
1110
core: typeof core;
1211
github: InstanceType<typeof GitHub>;
1312
exec: typeof exec;
1413
glob: typeof glob;
1514
io: typeof io;
16-
fetch: typeof fetch;
1715
require: NodeRequire;
1816
__original_require__: NodeRequire;
1917
};

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.