From 4ea74da82c93b07675717e7cfc3a9048bdee1a42 Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Mon, 23 Dec 2024 09:43:33 +0100 Subject: [PATCH] Update index.js --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 758aa2e..a3c0fc1 100644 --- a/src/index.js +++ b/src/index.js @@ -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;