From f747d689cb2d2dec193909c4fe30016e9dabe7bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Dec 2024 09:09:44 +0000 Subject: [PATCH] [AUTO]Update CJS script Files changed: M dist/index.js --- dist/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 55f246a..8c25792 100644 --- a/dist/index.js +++ b/dist/index.js @@ -27310,7 +27310,7 @@ const fs = (__nccwpck_require__(9896).promises); const { execFile } = __nccwpck_require__(5317); const workspacePath = process.env.GITHUB_WORKSPACE; -const options = core.getMultilineInput("options").join(" "); +const options = core.getMultilineInput("options"); const path = core.getInput("path"); let repoError; @@ -27332,7 +27332,7 @@ async function run() { if (workspaceExists && workspaceNotEmpty) { execFile( `${process.env["ProgramFiles(x86)"]}\\Inno Setup 6\\iscc.exe`, - [options, `${workspacePath}\\${path}`], + [...options, `${workspacePath}\\${path}`], (execError, stdout, stderr) => { console.log(stdout); if (execError) {