From b9cca7bdaa5083dc96261f00abcd768572d330c7 Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Fri, 17 Nov 2023 12:39:12 -0800 Subject: [PATCH] Fix wrong main --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c988395..ac7bf57 100644 --- a/action.yml +++ b/action.yml @@ -24,4 +24,4 @@ outputs: description: If the version of Bun was cached. runs: using: node20 - main: dist/action.js + main: dist/index.js