Improve documentation about the self-hosted input

* Fixes https://github.com/ruby/setup-ruby/issues/535
This commit is contained in:
Benoit Daloze
2023-10-12 13:33:38 +02:00
parent 9f4cc09ff9
commit 679e23d4a3
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ inputs:
description: |
Consider the runner as a self-hosted runner, which means not using prebuilt Ruby binaries which only work
on GitHub-hosted runners or self-hosted runners with a very similar image to the ones used by GitHub runners.
The default is to detect this automatically based on the OS, OS version and $RUNNER_TOOL_CACHE.
The default is to detect this automatically based on the OS, OS version and architecture.
outputs:
ruby-prefix:
description: 'The prefix of the installed ruby'