actions-marketplace-validations/@shqld / GitHub Script
Better GitHub Script
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 14, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/shqld_github-script@6aa4c32d6de9bd0a3a60e26d3298c24ca6160637 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to script file --- Exactly one of 'path' or 'script' must be present. | no | — |
| script | The script to run --- Exactly one of 'path' or 'script' must be present. NOTE: the script must be written in typescript | no | — |
| node_modules | Node modules to install --- By default, specified modules are installed in the working directory. | no | — |
| registry-url | Regitry URL where to install packages | no | https://registry.npmjs.org |
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| debug | Whether to tell the GitHub client to log details of its requests | — | false |
| user-agent | An optional user-agent string | — | actions/github-script |
| previews | A comma-separated list of API previews to accept | — | — |
| result-encoding | Either "string" or "json" (default "json")—how the result will be encoded | — | json |
Outputs
| name | description |
|---|---|
| result | The return value of the script, stringified with `JSON.stringify` |