Add post hook support

Signed-off-by: Xuanwo <github@xuanwo.io>
This commit is contained in:
Xuanwo
2023-01-11 11:05:43 +08:00
parent a3137a0ec8
commit 0b2476c151
7 changed files with 44 additions and 6843 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ inputs:
required: true
runs:
using: "node16"
main: "dist/index.js"
main: "dist/setup/index.js"
post: "dist/show_stats/index.js"
branding:
icon: "star"
color: "orange"