From ace730095f5864ff73fb6424599499a7bf49a1a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Roll=C3=A9n?= <38324289+SebRollen@users.noreply.github.com> Date: Mon, 28 Jun 2021 10:22:26 -0400 Subject: [PATCH] add color and icon --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 59031dd..6912a72 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,7 @@ name: 'TOML Reader' description: 'Read a specific field from a TOML file' +icon: file-text +color: gray-dark inputs: file: description: 'The TOML file to read from'