From 79a733605ca336fccd428e4645211591cac43e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 16 Aug 2019 03:38:53 +0200 Subject: [PATCH] Fix typo in `action.yml` --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ccca29e..ef78730 100644 --- a/action.yml +++ b/action.yml @@ -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'