setup-rust-action/action.yml
Héctor Ramón Jiménez 79a733605c Fix typo in action.yml
2019-08-16 03:38:53 +02:00

14 lines
339 B
YAML

name: 'Set up a Rust toolchain'
description: 'Install a specific Rust toolchain and add it to the PATH'
author: 'Héctor Ramón'
inputs:
rust-version:
description: 'The toolchain name, such as stable, nightly, or 1.8.0'
default: 'stable'
runs:
using: 'node12'
main: 'lib/main.js'
branding:
icon: 'download'
color: 'blue'