mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-23 07:06:07 +00:00
update actions.yml to include outputs
This commit is contained in:
@@ -15,6 +15,11 @@ inputs:
|
|||||||
install-rebar:
|
install-rebar:
|
||||||
description: Whether to install Rebar
|
description: Whether to install Rebar
|
||||||
default: true
|
default: true
|
||||||
|
outputs:
|
||||||
|
elixir-version:
|
||||||
|
description: Exact version of Elixir that was installed
|
||||||
|
otp-version:
|
||||||
|
description: Exact version of OTP that was installed
|
||||||
runs:
|
runs:
|
||||||
using: node12
|
using: node12
|
||||||
main: dist/index.js
|
main: dist/index.js
|
||||||
|
|||||||
Reference in New Issue
Block a user