Skip to content

Commit

Permalink
Fix failure ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
isbang committed Oct 5, 2022
1 parent f11945c commit eb48bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ try {
}

const services = core.getMultilineInput("services", { required: false });

const options = {
config: composeFiles,
log: true,
composeOptions: utils.parseFlags(core.getInput("compose-flags")),
commandOptions: utils.parseFlags(core.getInput("up-flags")),
};

const services = core.getMultilineInput("services", { required: false });
const promise =
services.length > 0
? compose.upMany(services, options)
Expand Down

0 comments on commit eb48bd5

Please sign in to comment.