Skip to content

Commit

Permalink
Add branding info for Marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
mxie authored Jan 6, 2022
1 parent 19b558c commit 18cbfdc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -13,3 +13,6 @@ outputs:
runs:
using: "node16"
main: "index.js"
branding:
icon: "bell"
color: "purple"

0 comments on commit 18cbfdc

Please sign in to comment.