From 5ebe408fb3f04aeb376e767d35890fbb2e1b1cfd Mon Sep 17 00:00:00 2001 From: McCallisterRomer Date: Sun, 2 Jun 2024 13:28:01 -0500 Subject: [PATCH] add branding --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index db6e6a8..10702e9 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'VulkanCI' description: 'Set up CI environment for testing Vulkan apps' +branding: + icon: 'box' + color: 'red' inputs: sdkVersion: description: 'Requested VulkanSDK version'