fix: npm run tsc
This commit is contained in:
parent
e194c83989
commit
824187d952
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue