diff --git a/action.js b/action.js index 4992b3f..5eeb95e 100644 --- a/action.js +++ b/action.js @@ -40,9 +40,11 @@ readdirSync(".") encoding: "utf8", }); - execSync(`ls`, { - encoding: "utf8", - }); + console.log( + execSync(`ls`, { + encoding: "utf8", + }), + ); // Add module files to repo await sendFile(modInitPath, new ArrayBuffer(0));