Files
setup-elixir/action.yml

29 lines
884 B
YAML
Raw Permalink Normal View History

2019-08-28 17:10:34 -04:00
name: Setup Elixir
2019-11-08 16:38:35 +00:00
description: Set up a specific version of OTP and Elixir and add the command-line tools to the PATH
2019-08-28 00:00:01 -04:00
author: GitHub
2019-08-28 17:08:29 -04:00
branding:
color: blue
icon: code
2019-08-28 00:00:01 -04:00
inputs:
elixir-version:
description: Version range or exact version of Elixir to use
otp-version:
description: Version range or exact version of OTP to use
experimental-otp:
2020-10-29 14:30:42 +01:00
description: Whether to use experimental builds of OTP (images that have not yet been fully tested include ubuntu-16.04, ubuntu-18.04, ubuntu-20.04)
default: false
2019-08-28 00:00:01 -04:00
install-hex:
description: Whether to install Hex
default: true
install-rebar:
description: Whether to install Rebar
default: true
2020-07-25 23:31:59 -07:00
outputs:
elixir-version:
description: Exact version of Elixir that was installed
otp-version:
description: Exact version of OTP that was installed
2019-08-28 00:00:01 -04:00
runs:
using: node12
2020-05-14 15:22:04 -04:00
main: dist/index.js