Improve action.yml

This commit is contained in:
Héctor Ramón Jiménez 2019-08-16 03:00:14 +02:00
parent a3cabb4dc1
commit ebb6752c14

View File

@ -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' description: 'Install a specific Rust toolchain and add it to the PATH'
author: 'Héctor Ramón' author: 'Héctor Ramón'
inputs: inputs:
@ -8,3 +8,6 @@ inputs:
runs: runs:
using: 'node12' using: 'node12'
main: 'lib/main.js' main: 'lib/main.js'
branding:
icon: 'download'
color: 'blue'