Skip to content

Commit

Permalink
Try core.platform.getDetails()
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jan 17, 2025
1 parent 1d54274 commit 5fb623b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 5fb623b

Please sign in to comment.