Compare commits

..

No commits in common. "cc1a66f987e1591785273fd6f9d2f7a9d8d7c9cd" and "6646f8ee90a93c95e7917f451f92373db3e05891" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

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

View File

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