actions-marketplace-validations/GitHub Script @ antfu

Run simple scripts using the GitHub client

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
scriptThe script to runyes
github-tokenThe GitHub token used to create an authenticated clientno${{ github.token }}
debugWhether to tell the GitHub client to log details of its requestsfalse
user-agentAn optional user-agent stringactions/github-script
previewsA comma-separated list of API previews to accept
result-encodingEither "string" or "json" (default "json")—how the result will be encodedjson
namedescription
resultThe return value of the script, stringified with `JSON.stringify`