From 1bf9fbad798b8d2589f36b32610a90ef385ea56a Mon Sep 17 00:00:00 2001 From: Matthew Rothenberg Date: Fri, 30 Aug 2019 16:02:51 -0400 Subject: [PATCH] update name of description of action Apparently "Scalafmt" is already taken (probably collliding with old version of this same action, but GH doesn't detect due to migration change -- easier to give a better name for now anyhow. --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e7fd4cf..f127c39 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: "Scalafmt" -description: "Lint code formatting with scalafmt" +name: "Scalafmt Action" +description: "Format Scala code using scalafmt" author: "Matthew Rothenberg " branding: icon: "wind"