1
0
Fork 0

Relative link to the interface

The interface link is outdated and doesn't tell the full list of options available today
pull/1254/head
Levelleor 2022-12-07 11:27:48 +02:00 committed by GitHub
parent 819157bf87
commit f281ddb9d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ await exec.exec('node', ['index.js', 'foo=bar']);
#### Output/options
Capture output or specify [other options](https://github.com/actions/toolkit/blob/d9347d4ab99fd507c0b9104b2cf79fb44fcc827d/packages/exec/src/interfaces.ts#L5):
Capture output or specify [other options](./src/interfaces.ts#L5):
```js
const exec = require('@actions/exec');