From 967aec96c6a27a0ce15c1dac3aaba332d60565e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Tue, 6 Oct 2020 14:37:41 +0200 Subject: [PATCH] Replace "Required" column with "Optional" in `README` --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7396add..0293eeb 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,11 @@ jobs: The following inputs can be provided with the `jobs..steps.with` yaml key. -| Name | Required | Description | Type | Default | -|--------------|:--------:|--------------------------------------------------------|-------------------------|---------| -| rust-version | ✖ | The toolchain name, such as stable, nightly, or 1.8.0 | String | stable | -| components | ✖ | The toolchain components to install | String, comma-separated | | -| targets | ✖ | The toolchain targets to add | String, comma-separated | | +| Name | Optional | Description | Type | Default | +|--------------|:-------------------------:|--------------------------------------------------------|-------------------------|---------| +| rust-version | :heavy_check_mark: | The toolchain name, such as stable, nightly, or 1.8.0 | String | stable | +| components | :heavy_check_mark: | The toolchain components to install | String, comma-separated | | +| targets | :heavy_check_mark: | The toolchain targets to add | String, comma-separated | | For more details, check out [`action.yml`].