shqld/@shqld / GitHub Script

Better GitHub Script

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathThe path to script file --- Exactly one of 'path' or 'script' must be present. no
scriptThe script to run --- Exactly one of 'path' or 'script' must be present. NOTE: the script must be written in typescript no
node_modulesNode modules to install --- By default, specified modules are installed in the working directory. no
registry-urlRegitry URL where to install packages nohttps://registry.npmjs.org
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`