actions-marketplace-validations/github-typescript

Run github-script using typescript

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
script-fileThe 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 requests. true or false. Default is to run in debug mode when the GitHub Actions step debug logging is turned on.${{ runner.debug == '1' }}
user-agentAn optional user-agent stringactions/github-script
previewsA comma-separated list of GraphQL API previews to accept
result-encodingEither "string" or "json" (default "json")—how the result will be encodedjson
retriesThe number of times to retry a request0
retry-exempt-status-codesA comma separated list of status codes that will NOT be retried e.g. "400,500". No effect unless `retries` is set400,401,403,404,422
base-urlAn optional GitHub REST API URL to connect to a different GitHub instance. For example, https://my.github-enterprise-server.com/api/v3no
namedescription
resultThe return value of the script, stringified with `JSON.stringify`