update actions.yml to include outputs

24f06ac · Chris Dosé · 2020-07-26 06:31

1 files +5 -0

Files changed

modified action.yml
+5 −0
@@ -15,6 +15,11 @@ inputs:
15 15 install-rebar:
16 16 description: Whether to install Rebar
17 17 default: true
18 +outputs:
19 + elixir-version:
20 + description: Exact version of Elixir that was installed
21 + otp-version:
22 + description: Exact version of OTP that was installed
18 23 runs:
19 24 using: node12
20 25 main: dist/index.js

Parents: 1148b8f