From cc37e37b5d9991367ccec17014a8d96a73cb83a2 Mon Sep 17 00:00:00 2001 From: "Gyuhwan Kim (Owen)" Date: Tue, 15 Nov 2022 15:49:39 +0900 Subject: [PATCH] Fix invalid down flags (#19) --- post.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(