From 771c6ccbd2a6c366b9369b59864dab03ed9476db Mon Sep 17 00:00:00 2001 From: Bhavana Konchada Date: Wed, 11 Aug 2021 13:25:28 -0700 Subject: [PATCH] updated readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ccc7363..d9f8249 100644 --- a/README.md +++ b/README.md @@ -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