From 7eb8e5eb243245443e91eee292f0a249e50c370e Mon Sep 17 00:00:00 2001 From: Oliver King Date: Tue, 8 Feb 2022 10:32:30 -0500 Subject: [PATCH] swap to index.js (#51) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e7707a27..694a546b 100644 --- a/action.yml +++ b/action.yml @@ -12,4 +12,4 @@ branding: color: "green" runs: using: "node12" - main: "lib/run.js" + main: "lib/index.js"