From b0f90b802b3e9ba3900ced2993cb03b414d6d421 Mon Sep 17 00:00:00 2001 From: Poovamraj T T Date: Tue, 9 Jan 2024 23:03:12 +0100 Subject: [PATCH 1/2] chore: Update color and icon in action Update color and icon in action --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index c83a212..b9006d1 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,7 @@ name: 'OpenFGA Model Testing Action' description: 'Github Action for testing your OpenFGA Authorization Model' +icon: 'align-center' +color: 'green' inputs: store-file-path: From 5098cadcbcb67f9011c2ec3094526118f6a55a87 Mon Sep 17 00:00:00 2001 From: Poovamraj T T Date: Tue, 9 Jan 2024 23:12:43 +0100 Subject: [PATCH 2/2] Update action.yml --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index b9006d1..fa7ddf3 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,8 @@ name: 'OpenFGA Model Testing Action' description: 'Github Action for testing your OpenFGA Authorization Model' -icon: 'align-center' -color: 'green' +branding: + icon: 'align-center' + color: 'green' inputs: store-file-path: