paypay/Match Lines
GitHub Action to match lines against a matcher
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| target_file | File to be checked. | yes | — |
| matcher | Multiline with regular expression. | yes | — |
| allow_failure | Makes the Action fail on match. | no | false |
Outputs
| name | description |
|---|---|
| match_count | Count of matched lines. |