From 7f72dacc520911fb4451c09bd2f07b00b119fe8e Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 20 Feb 2023 06:23:12 +0100 Subject: [PATCH] chore: action.yml entry point fix --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5f6d611..e7f8919 100644 --- a/action.yml +++ b/action.yml @@ -16,4 +16,4 @@ inputs: required: true runs: using: node16 - main: dist/main.js + main: dist/index.js