1
0
Fork 0

exec: fix outdated link in README

The link was a permalink, so it pointed to a very outdated version of the file.
pull/1826/head
rindeal 2024-09-11 18:54:44 +02:00 committed by GitHub
parent 6dd369c0e6
commit 1bc822d91f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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');