From fa054ae3db24c384f8806bd990cc28ff1606fd5b Mon Sep 17 00:00:00 2001 From: Peter Murray <681306+peter-murray@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:04:19 +0000 Subject: [PATCH] Adding branding for Actions marketplace --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 533f6c0..6acb957 100644 --- a/action.yml +++ b/action.yml @@ -2,6 +2,10 @@ name: GitHub commit status action description: Creates a GitHub commit status author: Peter Murray +branding: + icon: check + color: green + inputs: repository: description: 'The fully qualified name of the repository, e.g. octodemo/my-repo'