From f281ddb9d86e0bb2066868b96c7d1335565c12aa Mon Sep 17 00:00:00 2001 From: Levelleor Date: Wed, 7 Dec 2022 11:27:48 +0200 Subject: [PATCH] Relative link to the interface The interface link is outdated and doesn't tell the full list of options available today --- packages/exec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/exec/README.md b/packages/exec/README.md index 53a6bf52..6e4ea550 100644 --- a/packages/exec/README.md +++ b/packages/exec/README.md @@ -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');