mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-08-24 00:49:00 +08:00
wip
This commit is contained in:
+1
-1
@@ -22,4 +22,4 @@ outputs:
|
||||
description: 'The status of the webhook event'
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: 'dist/main.js'
|
||||
main: 'dist/index.js'
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+1
-1
@@ -2,7 +2,7 @@
|
||||
"name": "webhook-action",
|
||||
"version": "2.2.0",
|
||||
"description": "Github Webhook Action",
|
||||
"main": "dist/main.js",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc --build --clean && ncc build src/main.ts -o dist",
|
||||
"format": "prettier --write **/*.ts",
|
||||
|
||||
Reference in New Issue
Block a user