From 24f06ac7ee1ef02b838e0400c031cd5f39afb12e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Dos=C3=A9?= Date: Sat, 25 Jul 2020 23:31:59 -0700 Subject: [PATCH] update actions.yml to include outputs --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 7a4f46c..b9444df 100644 --- a/action.yml +++ b/action.yml @@ -15,6 +15,11 @@ inputs: install-rebar: description: Whether to install Rebar default: true +outputs: + elixir-version: + description: Exact version of Elixir that was installed + otp-version: + description: Exact version of OTP that was installed runs: using: node12 main: dist/index.js