From 95e153f1088e6899b82f9add5dd9ddd688123e27 Mon Sep 17 00:00:00 2001 From: Kevin Porras Date: Fri, 2 Dec 2022 11:02:53 -0600 Subject: [PATCH] Add branding. --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 2bf7f76..59ac06b 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'PHP Compatibility' description: 'Runs PhpCompatibility/PhpCompatibility on the given source code' +branding: + icon: check-circle + color: yellow inputs: test-versions: description: 'Versions to test as specified by phpcompatibility composer package'