From 5fb623be4645fea73812f6e47851fac199227e36 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Fri, 17 Jan 2025 20:58:58 +0100 Subject: [PATCH] Try core.platform.getDetails() --- dist/index.js | 2 ++ index.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dist/index.js b/dist/index.js index 6a9f10b44..2bd7e58a0 100644 --- a/dist/index.js +++ b/dist/index.js @@ -74829,6 +74829,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 eb71b4ed2..233f73d28 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()