From 3c15b26af895d489454414ffb1540497b8b9566f Mon Sep 17 00:00:00 2001 From: culshaw Date: Fri, 3 Apr 2020 10:27:20 +0100 Subject: [PATCH] Update action.yml --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index a0827ef1..c7ef9b70 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,8 @@ name: 'Read package.json node version' description: 'Output node version number from package.json engines field' -color: 'blue' -icon: 'check-square' - +branding: + icon: 'check-square' + color: 'blue' inputs: path: description: 'Path of package.json'