neiam /action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
Merge branch 'master' into licensed-workflow
7242b20 · Jonathan Clem · 2019-08-28 21:31
Files changed
modified
action.yml
+4
−1
@@ -1,6 +1,9 @@
| 1 | −name: Set up Elixir | |
| 1 | +name: Setup Elixir | |
| 2 | 2 | description: Set up an Elixir/OTP environment and add it to the PATH |
| 3 | 3 | author: GitHub |
| 4 | +branding: | |
| 5 | + color: blue | |
| 6 | + icon: code | |
| 4 | 7 | inputs: |
| 5 | 8 | elixir-version: |
| 6 | 9 | description: Version range or exact version of Elixir to use |