actions-marketplace-validations/Looking Glass Payload Tester
allows dynamic manual input to create payloads to help authors integrate with Looking Glass
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| filename | string for a filename if your payload needs one | yes | — |
| isCorrect | a boolean value for the isCorrect field | yes | — |
| level | string value of a supported Looking Glass level | yes | — |
| display_type | string value of a supported Looking Glass level | yes | — |
| msg | string value of a message if your payload has one, can be an empty string | yes | — |
| error_expected | string value of the error.expected field of a Looking Glass payload | yes | — |
| error_got | string value of the error.got field of a Looking Glass payload | yes | — |
Outputs
| name | description |
|---|---|
| reports | an object containing the values supplied as input to be used as a feedback payload for Looking Glass |