From 965cd49901767dff207b9025d254274f972ae862 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Wed, 28 Aug 2019 17:08:29 -0400 Subject: [PATCH 1/2] Update action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 1999aa9..9e9aa3b 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: Set up Elixir description: Set up an Elixir/OTP environment and add it to the PATH author: GitHub +branding: + color: blue + icon: code inputs: elixir-version: description: Version range or exact version of Elixir to use From 45a82c0a5af423088acb72efa3b677d38af5b4bc Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Wed, 28 Aug 2019 17:10:34 -0400 Subject: [PATCH 2/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9e9aa3b..c88a744 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: Set up Elixir +name: Setup Elixir description: Set up an Elixir/OTP environment and add it to the PATH author: GitHub branding: