From 8987d7903226e6b22b203461d7fc56ddf8d3259c Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 19 Nov 2025 11:54:35 -0500 Subject: [PATCH] Updating path for index.js. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cd7eb1a..38c114a 100644 --- a/action.yml +++ b/action.yml @@ -20,4 +20,4 @@ outputs: description: "The input or contents of path where all ANSI codes have been replaced with HTML color codes." runs: using: "node16" - main: "./index.js" + main: "dist/index.js"