1
0
Fork 0

fix syntax error in output example (#84)

pull/83/merge
AEnterprise 2019-08-26 14:41:40 +02:00 committed by Danny McCormick
parent 7cd421b8bc
commit 37202e8dbc
1 changed files with 2 additions and 2 deletions

View File

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