From 8f608a2ec9d7795b38b3bbbd52761c6081009749 Mon Sep 17 00:00:00 2001 From: Bryan Paxton Date: Sat, 15 Jun 2024 21:21:21 -0500 Subject: [PATCH] Fixup action name for the GH marketplace We seemed to have published to the marketplace previously with a description of the action vs the action name. This commit changes the name to simply `setup-beam`. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d44d7adb..e9b40218 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ --- -name: Setup Erlang/OTP with optional Elixir (and mix) and/or rebar3 +name: setup-beam description: > Set up a specific version of Erlang/OTP, Elixir, and/or rebar3 and add the command-line tools to the PATH