diff --git a/action.js b/action.js index f09e36e..fd0fa9d 100644 --- a/action.js +++ b/action.js @@ -1,7 +1,7 @@ const core = require('@actions/core'); const github = require('@actions/github'); const WikiHelpers = require('./lib'); -console.log('asdf'); + try { WikiHelpers.build({ rootPath: core.getInput('rootPath'), diff --git a/dist/index.js b/dist/index.js index ab95cdc..3835cd3 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6651,7 +6651,7 @@ var __webpack_exports__ = {}; const core = __nccwpck_require__(186); const github = __nccwpck_require__(438); const WikiHelpers = __nccwpck_require__(822); -console.log('asdf'); + try { WikiHelpers.build({ rootPath: core.getInput('rootPath'),