qaware/update-brew-tap-toc-action
Reads the formulae stored in the tap (repo) and updates the list in the README
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| casks-folder | The folder path from the repo root where the Casks are placed | yes | Casks |
| formula-folder | The folder path from the repo root where the Formulae are placed | yes | Formula |
| markdown-style | Whether the TOC list should be formatted as markdown (md) or asciidoc (adoc) | yes | md |
| replace-in | In which files should the TOC be updated. Eg. "README.md,docs/content.adoc" | yes | README.md |
| replace-marker-start | Where to replace the TOC starts | yes | <!-- BEGIN TOC --> |
| replace-marker-end | Where to replace the TOC ends | yes | <!-- END TOC --> |
Outputs
no outputs