fix: add missing outputs metadata to action.yml (#127)

This commit is contained in:
Linda_pp 2024-06-12 23:45:37 +09:00 committed by GitHub
parent 562dbbf611
commit 5d79380f29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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