diff --git a/dist/index.js b/dist/index.js index 88ca69a..3942385 100644 --- a/dist/index.js +++ b/dist/index.js @@ -386,8 +386,8 @@ function getCommonArgs(inputs) { if (inputs.network) { args.push('--network', inputs.network); } - if (inputs.push) { - args.push('--push'); + if (inputs.quiet) { + args.push('--quiet'); } return args; }); @@ -17274,4 +17274,4 @@ module.exports = require("zlib");; /******/ module.exports = __webpack_exports__; /******/ /******/ })() -; \ No newline at end of file +;