From 0b83d23402c1d63b1f29fe10e364fc231588df16 Mon Sep 17 00:00:00 2001 From: rhysd Date: Wed, 29 May 2024 14:17:26 +0900 Subject: [PATCH] fix: add missing `outputs` metadata to action.yml --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 471e2fa..831ced0 100644 --- a/action.yml +++ b/action.yml @@ -23,6 +23,11 @@ inputs: description: When set to true, @pnpm/exe, which is a Node.js bundled package, will be installed, enabling using pnpm without Node.js. required: false default: 'false' +outputs: + dest: + description: Expanded path of inputs#dest + bin_dest: + description: Location of `pnpm` and `pnpx` command runs: using: node20 main: dist/index.js