kinsondigital/Branch Validator
Checks if a GIT branch name is valid.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branch-name | The name of the GIT branch. | yes | "" |
| validation-logic | The logic expression used to validate the branch name. | yes | "" |
| trim-from-start | The value to trim from the start of the branch. This is not case sensitive. | no | "" |
| fail-when-not-valid | If true, the job will fail if the branch name is not valid. | no | true |
Outputs
| name | description |
|---|---|
| valid-branch | True if the branch is valid. |