From eb48bd5962e6298225f38abf51d5f478e2f01aaa Mon Sep 17 00:00:00 2001 From: Il Sub Bang Date: Wed, 5 Oct 2022 17:05:37 +0900 Subject: [PATCH] Fix failure ci test --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 7e3b63b..11b6608 100644 --- a/main.js +++ b/main.js @@ -11,6 +11,7 @@ try { } const services = core.getMultilineInput("services", { required: false }); + const options = { config: composeFiles, log: true, @@ -18,7 +19,6 @@ try { commandOptions: utils.parseFlags(core.getInput("up-flags")), }; - const services = core.getMultilineInput("services", { required: false }); const promise = services.length > 0 ? compose.upMany(services, options)