From 15f191606c0992905150c90e75443da524275c16 Mon Sep 17 00:00:00 2001 From: Michael Henderson Date: Mon, 10 Jul 2023 12:59:44 -0700 Subject: [PATCH] add branding --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index b938c87..592b677 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'Assign From JSON' description: 'Assign Variable from JSON Value' +branding: + icon: 'truck' + color: 'purple' inputs: input-file: description: 'JSON data file to read'