Skip to content

Commit 0b83d23

Browse files
committed
fix: add missing outputs metadata to action.yml
1 parent fe02b34 commit 0b83d23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ inputs:
2323
description: When set to true, @pnpm/exe, which is a Node.js bundled package, will be installed, enabling using pnpm without Node.js.
2424
required: false
2525
default: 'false'
26+
outputs:
27+
dest:
28+
description: Expanded path of inputs#dest
29+
bin_dest:
30+
description: Location of `pnpm` and `pnpx` command
2631
runs:
2732
using: node20
2833
main: dist/index.js

0 commit comments

Comments
 (0)