- Cleaned up project files
- Added node20 support
- Dropped node16 support
- Added the ability to include the github payload in the body of the webhook
This commit is contained in:
Joel Male 2024-03-28 13:05:39 +10:00
parent 14b045decf
commit 6bfee79b15

View file

@ -1,6 +1,6 @@
{ {
"name": "webhook-action", "name": "webhook-action",
"version": "2.2.0", "version": "2.3.0",
"description": "Github Webhook Action", "description": "Github Webhook Action",
"main": "dist/main.js", "main": "dist/main.js",
"scripts": { "scripts": {