nick-fields/Assert Action
Various assertions to aide in validating action outputs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| expected | Expected value | yes | — |
| actual | Actual value | yes | — |
| comparison | Type of comparison to perform. Supports `exact` (default), `startsWith`, `endsWith`, `contains`, `notEqual`, `notStartsWith`, `notEndsWith`, `notContains` | no | exact |
Outputs
| name | description |
|---|---|
| result | Result of the comparison. Can be either passed or failed |