belmomusta/Inputs Validation Action
Provides a flexible way to validate the inputs of an action or a workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| validation-script | validation yaml script | no | — |
| validation-script-file | validation yaml script file location, used only if the validation-script is not provided | no | — |
| continue-on-failure | Fail the execution flow if the validation of the inputs fails | — | false |
Outputs
| name | description |
|---|---|
| validation-result | The validation result of the inputs |