Skip to content

Commit

Permalink
Merge pull request #321 from danmichaelo/node-fetch
Browse files Browse the repository at this point in the history
Add node-fetch
  • Loading branch information
joshmgross authored Jan 26, 2023
2 parents 0550e85 + da88180 commit bcc3891
Show file tree
Hide file tree
Showing 6 changed files with 13,457 additions and 13,439 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The following arguments will be provided:
- `glob` A reference to the [@actions/glob](https://github.com/actions/toolkit/tree/main/packages/glob) package
- `io` A reference to the [@actions/io](https://github.com/actions/toolkit/tree/main/packages/io) package
- `exec` A reference to the [@actions/exec](https://github.com/actions/toolkit/tree/main/packages/exec) package
- `fetch` A reference to the [node-fetch](https://github.com/node-fetch/node-fetch) package
- `require` A proxy wrapper around the normal Node.js `require` to enable
requiring relative paths (relative to the current working directory) and
requiring npm packages installed in the current working directory. If for
Expand Down
Loading

0 comments on commit bcc3891

Please sign in to comment.