Fix invalid down flags (#19)

This commit is contained in:
Gyuhwan Kim (Owen) 2022-11-15 15:49:39 +09:00 committed by GitHub
parent c90010fb1e
commit cc37e37b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ try {
config: composeFiles, config: composeFiles,
log: true, log: true,
composeOptions: utils.parseFlags(core.getInput("compose-flags")), composeOptions: utils.parseFlags(core.getInput("compose-flags")),
commandOptions: utils.parseFlags(core.getInput("up-flags")), commandOptions: utils.parseFlags(core.getInput("down-flags")),
}; };
compose.down(options).then( compose.down(options).then(