Update metadata and add branding

This commit is contained in:
Sascha Mann
2019-08-13 18:05:08 +02:00
parent c0bc470706
commit 0485cdec6d

View File

@@ -1,6 +1,6 @@
name: 'Setup Julia environment' name: 'Setup Julia environment'
description: 'Setup a Julia environment and add it to the PATH' description: 'Setup a Julia environment and add it to the PATH'
author: 'Sascha Mann <git@mail.saschamann.eu>' author: 'Sascha Mann'
inputs: inputs:
version: version:
description: 'The Julia version to download (if necessary) and use. Example: 1.0.4' description: 'The Julia version to download (if necessary) and use. Example: 1.0.4'
@@ -8,3 +8,6 @@ inputs:
runs: runs:
using: 'node12' using: 'node12'
main: 'lib/setup-julia.js' main: 'lib/setup-julia.js'
branding:
icon: 'download'
color: 'green'