From 6e283c1865e72e9ba77af995376600877a9ee18d Mon Sep 17 00:00:00 2001 From: Louis Date: Sun, 21 Jan 2024 18:18:54 -0800 Subject: [PATCH] feat: update action colour --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 4f9cb8d..0faea67 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,8 @@ name: 'Install Quary CLI' description: 'Installs the Quary CLI on Ubuntu' -icon: 'arrow-down-circle' -color: 'black' +branding: + color: black + icon: arrow-down-circle inputs: version: description: 'Version of Quary CLI to install'