actions-marketplace-validations/Grok with AWK
GitHub Action to grok stuff... with AWK!
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input | The input to the awk program. | no | — |
| input-file | The pathname of the file containing the input to the awk program. | no | — |
| separator | The input field separator. | no | — |
| program | The text of the awk program. | no | — |
| program-file | The pathname of the file containing an awk program. | no | — |
Outputs
| name | description |
|---|---|
| result | The result of the awk script. |