diff --git a/action.yml b/action.yml index 020fd6b9..dfff0ea0 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,9 @@ name: 'Webhook Action' +author: "Joel Male" description: 'Send a webhook event to anywhere!' +branding: + icon: 'alert-octagon' + color: 'gray-dark' inputs: url: description: 'The url to send the webhook event to'