2 Commits

Author SHA1 Message Date
Trez.One 9a7015553a Removing original ./index.js.
Release Bundled Action / release (push) Successful in 1m55s
Renovate / renovate (push) Failing after 4m34s
2025-11-19 13:16:11 -05:00
Trez.One 8987d79032 Updating path for index.js.
Release Bundled Action / release (push) Successful in 1m22s
Renovate / renovate (push) Failing after 5m23s
2025-11-19 11:54:35 -05:00
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -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"
-3
View File
@@ -1,3 +0,0 @@
import { main } from "./action.js";
main();