From b05f47dee96fc5824864a9dc4c00a1f8126dce11 Mon Sep 17 00:00:00 2001 From: "John Barton (joho)" Date: Thu, 19 Sep 2019 15:07:33 +1000 Subject: [PATCH] Set branding --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 6b8f1dc..acff533 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: Comply Action description: Run strongdm/comply tasks such as scheduler +branding: + color: purple + icon: clipboard runs: using: "docker" image: "Dockerfile"