From e6b4093b7c0220574cc9b6279f3be8bc850f88f6 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:23:15 -0400 Subject: [PATCH] Fix icon and color --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 6912a72..f205442 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,8 @@ name: 'TOML Reader' description: 'Read a specific field from a TOML file' -icon: file-text -color: gray-dark +branding: + icon: file-text + color: gray-dark inputs: file: description: 'The TOML file to read from'