mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-07-03 15:16:18 +00:00
Compare commits
No commits in common. "6cebc9d7dc8435b684e1e1945c0013d9023b76a4" and "046bb676899f2ce32fa7b9cf3d3385dafdad990d" have entirely different histories.
6cebc9d7dc
...
046bb67689
@ -26,3 +26,4 @@ outputs:
|
|||||||
runs:
|
runs:
|
||||||
using: 'node20'
|
using: 'node20'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
post: 'dist/index.js'
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "webhook-action",
|
"name": "webhook-action",
|
||||||
"version": "2.4.1",
|
"version": "2.4.0",
|
||||||
"description": "Github Webhook Action",
|
"description": "Github Webhook Action",
|
||||||
"main": "dist/main.js",
|
"main": "dist/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user