chore: fixing errors

This commit is contained in:
Joel Male
2024-03-28 12:43:14 +10:00
parent 34d5f1531a
commit 3af123dc1e
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -25,5 +25,5 @@ outputs:
description: 'The status of the webhook event'
runs:
using: 'node20'
main: 'dist/main.js'
post: 'dist/main.js'
main: 'dist/index.js'
post: 'dist/index.js'