From 7245617ba921105011b7d6c5f3bf56133869c176 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Dec 2024 08:44:06 +0000 Subject: [PATCH] [AUTO]Update CJS script Files changed: M dist/index.js M src/index.js --- dist/index.js | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 86b79e0..55f246a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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; diff --git a/src/index.js b/src/index.js index a3c0fc1..bf30244 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").join(' '); +const options = core.getMultilineInput("options").join(" "); const path = core.getInput("path"); let repoError;