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
This commit is contained in:
github-actions[bot]
2024-12-22 20:30:06 +00:00
parent 9db3c535dd
commit 5be00af0bb

2
dist/index.js vendored
View File

@@ -27310,7 +27310,7 @@ const fs = (__nccwpck_require__(9896).promises);
const { execFile } = __nccwpck_require__(5317); const { execFile } = __nccwpck_require__(5317);
const workspacePath = process.env.GITHUB_WORKSPACE; const workspacePath = process.env.GITHUB_WORKSPACE;
const options = core.getInput("options"); const options = core.getMultilineInput("options");
const path = core.getInput("path"); const path = core.getInput("path");
let repoError; let repoError;