1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 09:31:19 +01:00

[AUTO]Update CJS script

Files changed:
M	dist/index.js
M	src/index.js
This commit is contained in:
github-actions[bot]
2024-12-23 08:44:06 +00:00
parent 4ea74da82c
commit 7245617ba9
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@@ -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");
const options = core.getMultilineInput("options").join(" ");
const path = core.getInput("path");
let repoError;