Skip to content

Commit

Permalink
Updated action description
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Jul 25, 2022
1 parent 6503e05 commit 9dd06af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ inputs:
default: "false"
architecture:
description: "Target architecture for V to use. Examples: linux, macos, windows. Will use system architecture by default."
outputs:
bin-path:
description: "Path to the directory that contains the V binary"
v-bin-path:
description: "Path to the V binary"
version:
description: "Version of V installed"
architecture:
description: "Architecture that was used to install V"
runs:
using: "node12"
main: "dist/index.js"
Expand Down

0 comments on commit 9dd06af

Please sign in to comment.