From 096a3d88e84af9ff11807f376b964ab592d9aad7 Mon Sep 17 00:00:00 2001 From: justin337 Date: Tue, 12 Dec 2023 22:15:04 -0800 Subject: [PATCH] add branding --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 6c34cc6..dc10a07 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: DeepUnit Workflow description: The DeepUnit workflow generates a bug report and writes unit tests for every pull request that is opened. +branding: + icon: 'award' # Choose an icon from https://feathericons.com/ + color: 'purple' # Use a hex code or a standard color name on: workflow_dispatch: