bamboomaster112/GitHub Script
Run simple scripts using the GitHub client
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| script | The script to run | yes | — |
| 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` |