diff --git a/post.js b/post.js index 063761a..163f531 100644 --- a/post.js +++ b/post.js @@ -4,7 +4,7 @@ const fs = require('fs'); try { const composeFile = core.getInput('compose-file'); - const downOptions = core.getInput('down-options'); + const downOptions = core.getInput('down-options').split(" "); if (!fs.existsSync(composeFile)) { console.log(`${composeFile} not exists`);