From 9dd06af2fdb44ea6e06361339a5db4639cb12830 Mon Sep 17 00:00:00 2001 From: ulises-jeremias Date: Mon, 25 Jul 2022 02:36:32 -0300 Subject: [PATCH] Updated action description --- action.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/action.yml b/action.yml index 22d4fd3..d573fa6 100644 --- a/action.yml +++ b/action.yml @@ -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"