actions-marketplace-validations/homebrew-import-release
Create a Homebrew formula from a Github release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 4, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/xsc_homebrew-import-release-action@e4e8ac29a3a9eb1703252fe596ccb62ff51d8c91 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| template | Local path to the template | yes | — |
| target | Target path for the formula | yes | — |
| repository | Repository providing the formula template and the Github release | yes | — |
| asset-selector | Substring that's used to find the asset to include in the formula | yes | — |
| alt-asset-selector | Substring that's used to find the alternative asset (e.g. a Linux artifact) to include in the formula | no | — |
| tag | Release tag (defaults to latest) | no | — |
| version | Version of the Homebrew formula (defaults to release tag without potential `v` prefix) | no | — |
Outputs
no outputs