mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
updated readme.md
This commit is contained in:
parent
854d2138dc
commit
771c6ccbd2
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ arguments will be provided:
|
|||
- `core` A reference to the [@actions/core](https://github.com/actions/toolkit/tree/main/packages/core) package
|
||||
- `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
|
||||
- `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…
Reference in a new issue