mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-07-04 08:15:42 +00:00
Compare commits
No commits in common. "cc1a66f987e1591785273fd6f9d2f7a9d8d7c9cd" and "6646f8ee90a93c95e7917f451f92373db3e05891" have entirely different histories.
cc1a66f987
...
6646f8ee90
@ -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