From ebb6752c14111812680e96ff21d4b067c2bb88a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 16 Aug 2019 03:00:14 +0200 Subject: [PATCH] Improve `action.yml` --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e787c92..ccca29e 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Set up Rust' +name: 'Set up a Rust toolchain' description: 'Install a specific Rust toolchain and add it to the PATH' author: 'Héctor Ramón' inputs: @@ -8,3 +8,6 @@ inputs: runs: using: 'node12' main: 'lib/main.js' +branding: + icon: 'download' + color: 'blue'