Compare commits

..

No commits in common. "6cebc9d7dc8435b684e1e1945c0013d9023b76a4" and "046bb676899f2ce32fa7b9cf3d3385dafdad990d" 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": {