format
This commit is contained in:
parent
302385e671
commit
13ddb0fba5
1 changed files with 3 additions and 3 deletions
|
|
@ -43,9 +43,9 @@ async function run() {
|
|||
await io.mv(`${hugoExtractedFolder}/hugo`, hugoPath);
|
||||
|
||||
// Show version
|
||||
await exec.exec('hugo version');
|
||||
await exec.exec('go version');
|
||||
await exec.exec('git --version');
|
||||
await exec.exec("hugo version");
|
||||
await exec.exec("go version");
|
||||
await exec.exec("git --version");
|
||||
},
|
||||
function(error) {
|
||||
core.setFailed(error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue