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