Fix typo in action.yml

This commit is contained in:
Héctor Ramón Jiménez 2019-08-16 03:38:53 +02:00
parent 6a227682ef
commit 79a733605c

View File

@ -3,7 +3,7 @@ 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, nighly, or 1.8.0'
description: 'The toolchain name, such as stable, nightly, or 1.8.0'
default: 'stable'
runs:
using: 'node12'