Skip to content

Commit

Permalink
Fix invalid down flags (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
gghcode authored Nov 15, 2022
1 parent c90010f commit cc37e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit cc37e37

Please sign in to comment.