From 4a4e59637fa62bd6c086a216c7e4c5b457ea9e79 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Tue, 18 May 2021 23:53:14 +0200 Subject: [PATCH] rename action --- action.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 8991429..31bbf81 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ -name: "Setup Deno environment" -description: "Setup a Deno environment by installing, downloading, and adding it to the path." +name: "Setup Deno" +description: "Setup Deno by installing, downloading, and adding it to the path." author: "Deno Land" +branding: + icon: "play-circle" + color: "gray-dark" inputs: deno-version: description: The Deno version to install. Can be a semver version of a stable release, "canary" for the latest canary, or the Git hash of a specific canary release.