From 0485cdec6d8ffdcc0c7dc6aae80bafd490a5a554 Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Tue, 13 Aug 2019 18:05:08 +0200 Subject: [PATCH] Update metadata and add branding --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d609cec..539dd09 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: 'Setup Julia environment' description: 'Setup a Julia environment and add it to the PATH' -author: 'Sascha Mann ' +author: 'Sascha Mann' inputs: version: description: 'The Julia version to download (if necessary) and use. Example: 1.0.4' @@ -8,3 +8,6 @@ inputs: runs: using: 'node12' main: 'lib/setup-julia.js' +branding: + icon: 'download' + color: 'green'