From 18cbfdcf718f1a3d0e7d1ecdfbe67a3cfa6cb088 Mon Sep 17 00:00:00 2001 From: Melissa Xie Date: Wed, 5 Jan 2022 19:23:20 -0500 Subject: [PATCH] Add branding info for Marketplace --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 18bbcb4..d699664 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: "PagerDuty On-call Next" +name: "PagerDuty On-call" description: "Find out who's on call next for a given schedule" inputs: token: @@ -13,3 +13,6 @@ outputs: runs: using: "node16" main: "index.js" +branding: + icon: "bell" + color: "purple"