actions-marketplace-validations/@shqld / GitHub Script

Better GitHub Script

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 14, 2022
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/shqld_github-script@6aa4c32d6de9bd0a3a60e26d3298c24ca6160637 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

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`