mirror of
https://github.com/joelwmale/webhook-action.git
synced 2025-01-31 09:06:44 +01:00
Merge branch 'master' into develop
# Conflicts: # action.yml
This commit is contained in:
commit
e22e83d67d
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
name: 'Webhook'
|
||||
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'
|
||||
|
|
Loading…
Reference in a new issue