From d8f25cb80e927f14878c581a2c97eb2b2e2218e6 Mon Sep 17 00:00:00 2001 From: Thomas Stringer Date: Thu, 14 Jul 2022 19:57:45 -0400 Subject: [PATCH] Add branding to the Marketplace Action (#31) Adds icon and color to the Action's branding in the Marketplace. --- action.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yaml b/action.yaml index 4089bef..ab68305 100644 --- a/action.yaml +++ b/action.yaml @@ -1,5 +1,8 @@ name: Manual Workflow Approval description: Pause a workflow and get user approval to continue +branding: + icon: pause + color: yellow inputs: approvers: description: Required approvers