diff --git a/dist/index.js b/dist/index.js index af2a8801f..99ba4fdf3 100644 --- a/dist/index.js +++ b/dist/index.js @@ -74898,6 +74898,8 @@ async function setupRuby(options = {}) { } common.inputs.selfHosted = inputs['self-hosted'] + console.log(await core.platform.getDetails()) + process.chdir(inputs['working-directory']) const platform = common.getOSNameVersion() diff --git a/index.js b/index.js index 1bba0a4be..662318fa9 100644 --- a/index.js +++ b/index.js @@ -46,6 +46,8 @@ export async function setupRuby(options = {}) { } common.inputs.selfHosted = inputs['self-hosted'] + console.log(await core.platform.getDetails()) + process.chdir(inputs['working-directory']) const platform = common.getOSNameVersion()