From 10d4c2367f43a6db89e9aea98224a58996459057 Mon Sep 17 00:00:00 2001 From: Rik Huijzer Date: Mon, 26 Jun 2023 09:43:29 +0200 Subject: [PATCH] Mention quotes for version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 86f4262..af9c8f6 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ All inputs are optional. Rustup toolchain specifier e.g. stable, nightly, 1.42.0, nightly-2022-01-01. Important: the default is to match the @rev as described above. When passing an explicit toolchain as an input instead of @rev, you'll want to use "dtolnay/rust-toolchain@master" as the revision of the action. + Also important: use quotes to ensure that the right toolchain version is passed to this GitHub Action. + For example, specify toolchain: '1.70' (with quotes) because toolchain: 1.70 will be parsed as toolchain: 1.7.