From 55cac60fe6581f3c3e091d4252ff18642d4545b2 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Fri, 20 Dec 2024 15:37:16 -0500 Subject: [PATCH] Fix name of setup script --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d8bbe996..27f175da 100755 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: runs: using: node20 - pre: githubActions/pre.js + pre: githubActions/setup.js main: githubActions/main.js post: githubActions/cleanup.js