From b87fb43f2d1398ffd865e2c5d1ba87e0b7423826 Mon Sep 17 00:00:00 2001 From: Sam Kirkland Date: Wed, 26 Aug 2020 01:53:25 -0500 Subject: [PATCH] Update index.js --- dist/index.js | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 8cd177c..42f3013 100644 --- a/dist/index.js +++ b/dist/index.js @@ -94,7 +94,17 @@ async function runDeployment() { const args = { server: core.getInput("server", { required: true }), username: core.getInput("username", { required: true }), - password: core.getInput("password", { required: true }) + password: core.getInput("password", { required: true }), + protocol: core.getInput("protocol"), + port: core.getInput("port"), + "local-dir": core.getInput("local-dir"), + "server-dir": core.getInput("server-dir"), + "state-name": core.getInput("state-name"), + "dry-run": core.getInput("dry-run"), + "dangerous-clean-slate": core.getInput("dangerous-clean-slate"), + "include": core.getInput("include"), + "exclude": core.getInput("exclude"), + "log-level": core.getInput("log-level") // todo fix }; try { await ftp_deploy_1.deploy(args); @@ -6902,4 +6912,4 @@ module.exports = require("fs"); /***/ }) -/******/ }); \ No newline at end of file +/******/ });