| 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 |