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