We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854d213 commit 771c6ccCopy full SHA for 771c6cc
README.md
@@ -18,6 +18,7 @@ arguments will be provided:
18
- `core` A reference to the [@actions/core](https://github.com/actions/toolkit/tree/main/packages/core) package
19
- `glob` A reference to the [@actions/glob](https://github.com/actions/toolkit/tree/main/packages/glob) package
20
- `io` A reference to the [@actions/io](https://github.com/actions/toolkit/tree/main/packages/io) package
21
+- `exec` A reference to the [@actions/exec](https://github.com/actions/toolkit/tree/main/packages/exec) package
22
- `require` A proxy wrapper around the normal Node.js `require` to enable
23
requiring relative paths (relative to the current working directory) and
24
requiring npm packages installed in the current working directory. If for
0 commit comments