diff --git a/post.js b/post.js index 8484cf6..d728594 100644 --- a/post.js +++ b/post.js @@ -14,7 +14,7 @@ try { config: composeFiles, log: true, 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(