From b5eb8ce0c59dfb300cd50d9025fab81d5cf6de0a Mon Sep 17 00:00:00 2001 From: samypr100 <3933065+samypr100@users.noreply.github.com> Date: Sat, 18 May 2024 19:07:09 -0400 Subject: [PATCH] chore: move cleanup.js --- action.yml | 2 +- dist/{post.js => cleanup/index.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename dist/{post.js => cleanup/index.js} (100%) diff --git a/action.yml b/action.yml index 79a3e2b..7638e82 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: runs: using: "node20" main: "dist/setup/index.js" - post: "dist/post.js" + post: "dist/cleanup/index.js" branding: icon: hard-drive color: purple diff --git a/dist/post.js b/dist/cleanup/index.js similarity index 100% rename from dist/post.js rename to dist/cleanup/index.js