This commit is contained in:
Joel Male 2022-11-10 22:22:24 +10:00
parent 0be0e6ef54
commit 852bbaa622
7 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@ outputs:
description: 'The status of the webhook event'
runs:
using: 'node16'
main: 'dist/main.js'
main: 'dist/index.js'

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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",