From 9db3c535dd26885a1ce2a3c84ac25cf3596bdd1c Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Sun, 22 Dec 2024 21:29:30 +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 a1981d6..758aa2e 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.getInput("options"); +const options = core.getMultilineInput("options"); const path = core.getInput("path"); let repoError;