Skip to content

Commit

Permalink
fix: add missing outputs metadata to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 29, 2024
1 parent fe02b34 commit 0b83d23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b83d23

Please sign in to comment.