From 87a1429f4c5910d6755c76e2586eb6bbdb3ff945 Mon Sep 17 00:00:00 2001 From: Maximous Black Date: Sun, 28 Feb 2021 12:15:08 +0000 Subject: [PATCH] chore: add `outputs` to `action.yml` --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index c2c5740..0261190 100644 --- a/action.yml +++ b/action.yml @@ -9,6 +9,11 @@ inputs: description: 'Deno version' default: 'latest' required: false +outputs: + version: + description: 'version of deno that was installed' + deno_path: + description: 'path to installed deno binary' runs: using: 'node12' main: 'dist/index.js'