From e04dee54dd0b9c75c02ea2ea858df7cab2bb2df8 Mon Sep 17 00:00:00 2001
From: David Tolnay <dtolnay@gmail.com>
Date: Fri, 24 Jun 2022 11:40:40 -0700
Subject: [PATCH] Disambiguate action name

GitHub Marketplace requires:

    Name must be unique. Cannot match an existing action, user or organization name.
---
 action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/action.yml b/action.yml
index 990175e..e88f787 100644
--- a/action.yml
+++ b/action.yml
@@ -1,4 +1,4 @@
-name: rustup
+name: rustup toolchain install
 author: David Tolnay
 description: Install the Rust toolchain