1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 17:41:18 +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

View File

@@ -3,7 +3,7 @@ const fs = require("fs").promises;
const { execFile } = require("child_process");
const workspacePath = process.env.GITHUB_WORKSPACE;
const options = core.getMultilineInput("options").join(' ');
const options = core.getMultilineInput("options").join(" ");
const path = core.getInput("path");
let repoError;