Skip to content

Commit

Permalink
sfdx root folder parameter added;
Browse files Browse the repository at this point in the history
  • Loading branch information
tirexx committed Apr 29, 2021
1 parent 2973217 commit 1ac48b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13308,6 +13308,7 @@ module.exports.install = function(command, args) {
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {

const core = __webpack_require__(2186)
const path = __webpack_require__(5622);
const execCommand = __webpack_require__(5505);
const fs = __webpack_require__(5747);
const xml2js = __webpack_require__(6189);
Expand Down
1 change: 1 addition & 0 deletions src/utils/sfdx.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const core = require('@actions/core')
const path = require('path');
const execCommand = require('./exec-command.js');
const fs = require('fs');
const xml2js = require('xml2js');
Expand Down

0 comments on commit 1ac48b1

Please sign in to comment.