From cfd9d4844d51c731a8cf1bb8e99d33ccca8cc842 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Fri, 20 Feb 2026 18:25:38 +0100 Subject: [PATCH] feat: configure icon and color --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 21d9a23..619d2fc 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,9 @@ name: "Setup TestLens" description: "Performs TestLens setup" +branding: + color: green + icon: eye + inputs: github-token: description: "The GitHub token used for authentication"