From 128d91072a1be960bc3a929893c05cb11ba3fe0f Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Sun, 16 Apr 2023 14:40:40 -0700 Subject: [PATCH] Reduce description length. --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 9fa9239..a7d85b1 100644 --- a/action.yml +++ b/action.yml @@ -1,11 +1,11 @@ name: 'Setup Rust and Cargo' author: 'Miles Johnson' description: - 'Sets up Rust by installing a toolchain, components, and targets with rustup. Also sets up Cargo - by installing necessary binaries and caching when applicable.' + 'Sets up Rust by installing a toolchain/components/targets with rustup, and also Cargo by + installing bins and caching core.' inputs: bins: - description: 'Comma-separated list of global binaries to install.' + description: 'Comma-separated list of global binaries to install into Cargo.' channel: description: 'Toolchain specification/channel to install.' components: