{"id":15090073,"url":"https://github.com/qaware/update-brew-tap-toc-action","last_synced_at":"2026-02-24T00:40:18.379Z","repository":{"id":250601714,"uuid":"834922091","full_name":"qaware/update-brew-tap-toc-action","owner":"qaware","description":"Update your homebrew tap's README with a TOC","archived":false,"fork":false,"pushed_at":"2025-03-20T17:17:30.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-29T10:32:02.916Z","etag":null,"topics":["actions","brew","github","homebrew","homebrew-tap"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qaware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-28T18:08:44.000Z","updated_at":"2025-03-20T17:14:53.000Z","dependencies_parsed_at":"2025-02-20T06:33:01.100Z","dependency_job_id":"6b9a9d31-c139-4f94-b50c-922a574f2eea","html_url":"https://github.com/qaware/update-brew-tap-toc-action","commit_stats":null,"previous_names":["qaware/update-brew-tap-toc-action"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qaware%2Fupdate-brew-tap-toc-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qaware%2Fupdate-brew-tap-toc-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qaware%2Fupdate-brew-tap-toc-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qaware%2Fupdate-brew-tap-toc-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qaware","download_url":"https://codeload.github.com/qaware/update-brew-tap-toc-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249742164,"owners_count":21318858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","brew","github","homebrew","homebrew-tap"],"created_at":"2024-09-25T09:20:27.272Z","updated_at":"2026-02-24T00:40:18.374Z","avatar_url":"https://github.com/qaware.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# update-brew-tap-toc-action\n\nThis GitHub action reads the Homebrew tap folder and produces a table of content.\nThe list of formulas and casks is then placed in the specified files, e.g. your README.md.\n\n## Example\n\nAn example workflow can look like.\n\n```yaml\nname: Update TOC\nrun-name: Update TOC 🚀\non:\n  push:\n    branches:\n      - main\n    paths:\n      - Casks/**/*.rb\n      - Formula/**/*.rb\n      - README.md\njobs:\n  update-toc:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Check out repository code\n        uses: actions/checkout@v4\n\n      - name: Update TOC\n        uses: qaware/update-brew-tap-toc-action@main\n\n      - name: Commit \u0026 Push changes\n        # Use some action that fits your needs\n```\n\nYou can pass options.\n\n```yaml\n# ...\nsteps:\n  - name: Update TOC\n    uses: qaware/update-brew-tap-toc-action@main\n    with:\n      formula-folder: Formula-cstm\n      casks-folder: Casks-cstm\n      markdown-style: adoc # Defaults to 'md'\n      replace-in: README.md,TOC.md,docs/content.adoc\n      replace-marker-start: '// START TOC'\n      replace-marker-end: '// END TOC'\n```\n\n## Maintainers\n\n* Alexander Eimer ([@aeimer](https://github.com/aeimer))\n\n## Support\n\nThis project is made possible with the support of\n\n[![QAware GmbH logo](https://blog.qaware.de/images/icons/logo_qaware.svg)](https://qaware.de)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqaware%2Fupdate-brew-tap-toc-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqaware%2Fupdate-brew-tap-toc-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqaware%2Fupdate-brew-tap-toc-action/lists"}