mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-25 12:22:17 +01:00
add: print process.platform
This commit is contained in:
2
index.js
2
index.js
@@ -21,6 +21,8 @@ async function run() {
|
|||||||
extendedStr = "extended_";
|
extendedStr = "extended_";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log(`Operating System: ${process.platform}`);
|
||||||
|
|
||||||
const hugoName = `hugo_${extendedStr}${hugoVersion}_Linux-64bit`;
|
const hugoName = `hugo_${extendedStr}${hugoVersion}_Linux-64bit`;
|
||||||
core.debug(`hugoName: ${hugoName}`);
|
core.debug(`hugoName: ${hugoName}`);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user