From ec47c17f9ef47c51f060e87f68141e2e045d92ec Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 18 May 2026 10:30:15 -0600 Subject: [PATCH] test_2 --- action.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.js b/action.js index 35a2dfe..4992b3f 100644 --- a/action.js +++ b/action.js @@ -40,6 +40,10 @@ readdirSync(".") encoding: "utf8", }); + execSync(`ls`, { + encoding: "utf8", + }); + // Add module files to repo await sendFile(modInitPath, new ArrayBuffer(0)); await sendFile(modPyPath, readFileSync(modPyPath).buffer);