From 4af11b5265c5fa1a68d1446323e61296a07b2283 Mon Sep 17 00:00:00 2001 From: Arran Schlosberg Date: Tue, 7 Oct 2025 14:40:34 +0100 Subject: [PATCH] chore: `action.yml` icon and color --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index c282528..669f1cc 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,7 @@ name: 'Setup solc' description: 'Install the Solidity compiler' +icon: download +color: blue inputs: version: description: 'Specific solc version'