Merge pull request #677 from joelwmale/develop

v2.4.1
This commit is contained in:
Joel Male 2024-03-31 22:31:56 +10:00 committed by GitHub
commit cc1a66f987
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -26,4 +26,3 @@ outputs:
runs:
using: 'node20'
main: 'dist/index.js'
post: 'dist/index.js'

View File

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