From 824187d9524bc7d731f39d6c3f218075a6ff70b8 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 22 Sep 2019 08:42:53 +0900 Subject: [PATCH] fix: npm run tsc --- lib/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/index.js b/lib/index.js index fb584bd..a8362ae 100644 --- a/lib/index.js +++ b/lib/index.js @@ -29,8 +29,6 @@ function run() { const dump = () => __awaiter(this, void 0, void 0, function* () { // Show version yield exec.exec('hugo version'); - yield exec.exec('go version'); - yield exec.exec('git --version'); }); try { const hugoVersion = core.getInput('hugo-version');