From ecb99c0a51aa7bcf502bbd938942f10dbf0a7e1a Mon Sep 17 00:00:00 2001 From: Edward Vella Date: Tue, 2 Feb 2021 19:49:12 +0000 Subject: [PATCH] chore: Adding icon --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index a7c0f4b5..3f8bd24d 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,8 @@ name: "AWS SSM Parameter Store Writer" description: "Stores a secure string in amazon SSM Agent." -icon: briefcase -colour: orange +branding: + icon: briefcase + color: orange inputs: aws-region: required: true