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'