From 4192802e8198c0a2b0216e5ecbea81ac0ac5ac98 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 24 Jun 2022 11:48:26 -0700 Subject: [PATCH] Add icon+color branding for Action --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index e88f787..5b9d18e 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: rustup toolchain install author: David Tolnay description: Install the Rust toolchain +branding: + icon: activity + color: purple inputs: toolchain: