From e89db86c838e938242bd17d13fd81f87b4eb3590 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sun, 10 Sep 2023 15:16:02 -0500 Subject: [PATCH] Fix action name I didn't mean to change this. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4748efc..2d2c5c4 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: "Build Rust Projects with Cross - Monorepo friendly" +name: "Build Rust Projects with Cross" author: "Dave Rolsky " branding: icon: home