mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 14:49:25 +00:00
Make node-fetch available
This commit is contained in:
parent
311d596c3d
commit
f34078a491
5 changed files with 35 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue