mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 16:12:56 +08:00
fix syntax error in output example (#84)
This commit is contained in:
parent
7cd421b8bc
commit
37202e8dbc
@ -29,8 +29,8 @@ Capture output or specify [other options](https://github.com/actions/toolkit/blo
|
|||||||
```js
|
```js
|
||||||
const exec = require('@actions/exec');
|
const exec = require('@actions/exec');
|
||||||
|
|
||||||
const myOutput = '';
|
let myOutput = '';
|
||||||
const myError = '';
|
let myError = '';
|
||||||
|
|
||||||
const options = {};
|
const options = {};
|
||||||
options.listeners = {
|
options.listeners = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user