diff --git a/packages/exec/README.md b/packages/exec/README.md index 84f8c8c6..e3eff742 100644 --- a/packages/exec/README.md +++ b/packages/exec/README.md @@ -29,8 +29,8 @@ Capture output or specify [other options](https://github.com/actions/toolkit/blo ```js const exec = require('@actions/exec'); -const myOutput = ''; -const myError = ''; +let myOutput = ''; +let myError = ''; const options = {}; options.listeners = {