Skip to content

Commit 15ec828

Browse files
committed
Try core.platform.getDetails()
1 parent afda160 commit 15ec828

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dist/index.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ export async function setupRuby(options = {}) {
4646
}
4747
common.inputs.selfHosted = inputs['self-hosted']
4848

49+
console.log(await core.platform.getDetails())
50+
4951
process.chdir(inputs['working-directory'])
5052

5153
const platform = common.getOSNameVersion()

0 commit comments

Comments
 (0)