Skip to content

Commit

Permalink
removing console test
Browse files Browse the repository at this point in the history
  • Loading branch information
photodow committed Apr 30, 2021
1 parent 69dc620 commit d23ab1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.js
Original file line number Diff line number Diff line change
@@ -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'),
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit d23ab1f

Please sign in to comment.