mirror of https://github.com/actions/toolkit
fix syntax error in output example (#84)
parent
7cd421b8bc
commit
37202e8dbc
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue