Skip to content

Commit bcc3891

Browse files
authored
Merge pull request #321 from danmichaelo/node-fetch
Add node-fetch
2 parents 0550e85 + da88180 commit bcc3891

File tree

6 files changed

+13457
-13439
lines changed

6 files changed

+13457
-13439
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The following arguments will be provided:
1818
- `glob` A reference to the [@actions/glob](https://github.com/actions/toolkit/tree/main/packages/glob) package
1919
- `io` A reference to the [@actions/io](https://github.com/actions/toolkit/tree/main/packages/io) package
2020
- `exec` A reference to the [@actions/exec](https://github.com/actions/toolkit/tree/main/packages/exec) package
21+
- `fetch` A reference to the [node-fetch](https://github.com/node-fetch/node-fetch) package
2122
- `require` A proxy wrapper around the normal Node.js `require` to enable
2223
requiring relative paths (relative to the current working directory) and
2324
requiring npm packages installed in the current working directory. If for

0 commit comments

Comments
 (0)