actions-marketplace-validations/GitHub Script for Ruby

Run simple Ruby scripts using the GitHub client

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
scriptThe script to runno
github-tokenThe GitHub token used to create an authenticated clientno${{ github.token }}
debugWhether to tell the GitHub client to log details of its requestsfalse
result-encodingEither "string" or "json" (default "json") how the result will be encodedjson
gemfileGemfile code to use instead of the default Gemfileno
gemfile-pathGemfile path to use instead of the default Gemfileno
pre-commandThe command to execute in the environment of the action, before run the script.no
commandThe command to execute in the environment of the action, instead of running the script.no
ruby-versionVersion of Ruby to use.no
namedescription
resultThe return value of the script, stringified with `JSON.#generate`