From ccbe659f48fc775e5218ce3fe07df79d55f3e2c4 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sun, 5 Mar 2023 15:11:24 -0600 Subject: [PATCH] Shorten description to < 125 chars --- action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 80f1b10..bac109b 100644 --- a/action.yml +++ b/action.yml @@ -4,10 +4,7 @@ branding: icon: home color: gray-dark description: | - This action lets you easily install and use cross - (https://github.com/cross-rs/cross) to compile your Rust projects. It will - compile with cargo if the host and target platforms allow, so it's a drop-in - replacement for running `cargo build` in your Actions. + Cross compile your Rust projects with cross (https://github.com/cross-rs/cross). inputs: target: description: The target platform