From 534bb5eebead4cbe5dea4e292cab29d10ed6e28b Mon Sep 17 00:00:00 2001 From: Joel Male Date: Thu, 28 Mar 2024 12:35:16 +1000 Subject: [PATCH] feat: action updates --- action.yml | 3 +++ 1 file changed, 3 insertions(+) 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'