diff --git a/action.yml b/action.yml index 5c5d7532..5e734dbb 100644 --- a/action.yml +++ b/action.yml @@ -17,6 +17,9 @@ inputs: insecure: description: 'Enables calling to known self-signed or invalid SSL certificates' required: false + github_event: + description: 'Include the event that triggered the action in the payload body' + required: false outputs: status: description: 'The status of the webhook event'