Adding @actions/exec

adding @actions/exec

adding @qctions/exec

updated readme.md

Added license file for @actions/exec
This commit is contained in:
Bhavana Konchada
2021-08-10 16:29:26 -07:00
parent aaceb2cf67
commit 6456c11da2
7 changed files with 804 additions and 9098 deletions

View File

@@ -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