mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-11 15:13:06 +08:00
Fix failure ci test
This commit is contained in:
parent
f11945c961
commit
eb48bd5962
2
main.js
2
main.js
@ -11,6 +11,7 @@ try {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const services = core.getMultilineInput("services", { required: false });
|
const services = core.getMultilineInput("services", { required: false });
|
||||||
|
|
||||||
const options = {
|
const options = {
|
||||||
config: composeFiles,
|
config: composeFiles,
|
||||||
log: true,
|
log: true,
|
||||||
@ -18,7 +19,6 @@ try {
|
|||||||
commandOptions: utils.parseFlags(core.getInput("up-flags")),
|
commandOptions: utils.parseFlags(core.getInput("up-flags")),
|
||||||
};
|
};
|
||||||
|
|
||||||
const services = core.getMultilineInput("services", { required: false });
|
|
||||||
const promise =
|
const promise =
|
||||||
services.length > 0
|
services.length > 0
|
||||||
? compose.upMany(services, options)
|
? compose.upMany(services, options)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user