mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-10 09:39:11 +08:00
fix: add missing outputs
metadata to action.yml (#127)
This commit is contained in:
parent
562dbbf611
commit
5d79380f29
@ -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.
|
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
|
required: false
|
||||||
default: 'false'
|
default: 'false'
|
||||||
|
outputs:
|
||||||
|
dest:
|
||||||
|
description: Expanded path of inputs#dest
|
||||||
|
bin_dest:
|
||||||
|
description: Location of `pnpm` and `pnpx` command
|
||||||
runs:
|
runs:
|
||||||
using: node20
|
using: node20
|
||||||
main: dist/index.js
|
main: dist/index.js
|
||||||
|
Loading…
Reference in New Issue
Block a user