From 5d79380f29283fbb7806036c6a8806b66be5c663 Mon Sep 17 00:00:00 2001 From: Linda_pp Date: Wed, 12 Jun 2024 23:45:37 +0900 Subject: [PATCH] fix: add missing `outputs` metadata to action.yml (#127) --- 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