mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action
synced 2026-02-18 17:41:18 +01:00
Update index.js
This commit is contained in:
@@ -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");
|
||||
const options = core.getMultilineInput("options").join(' ');
|
||||
const path = core.getInput("path");
|
||||
|
||||
let repoError;
|
||||
|
||||
Reference in New Issue
Block a user