From 8b553824444060021f2843d7b4d803f3624d15e5 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 26 May 2024 01:35:31 +0100 Subject: [PATCH] docs: add branding --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index d4050f2..10b86f5 100644 --- a/action.yml +++ b/action.yml @@ -3,6 +3,10 @@ name: Determine minimum supported Rust version (MSRV) for workspace description: | Determine minimum supported Rust version (MSRV) for workspace for use in a job matrix. +branding: + icon: info + color: orange + inputs: manifest-path: description: Path to Cargo.toml manifest for workspace