From 2e57bfa4c53a2557ff95f7f3a635028df97490da Mon Sep 17 00:00:00 2001 From: Denis Kulicek Date: Thu, 29 Oct 2020 14:28:26 +0100 Subject: [PATCH] Update action.yml with experimental-otp input --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index b9444df..3970a7c 100644 --- a/action.yml +++ b/action.yml @@ -9,6 +9,9 @@ inputs: description: Version range or exact version of Elixir to use otp-version: description: Version range or exact version of OTP to use + experimental-otp: + description: Whether to use experimental builds of OTP (images have not yet been fully tested include ubuntu-16.04, ubuntu-18.04, ubuntu-20.04) + default: false install-hex: description: Whether to install Hex default: true