From 93dacd181db3762ae3eb2620325c0c1408707c50 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 12 Oct 2022 16:37:03 -0500 Subject: [PATCH] Fixed action attribute for Node runner --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c33404d..aefea30 100644 --- a/action.yml +++ b/action.yml @@ -62,4 +62,4 @@ outputs: description: \"yes\" or \"no\", indicating the tag represents a semantic version build. runs: using: 'node16' - image: 'app/main.js' + main: 'app/main.js'