Skip to content

Commit

Permalink
Update readme with push-to caveat (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: Mislav Marohnić <git@mislav.net>
  • Loading branch information
amacneil and mislav committed Mar 4, 2024
1 parent 5a3f2e9 commit 868bf78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -86,7 +86,10 @@ Repository parameters:
- `homebrew-tap`: the full GitHub repository name (in the `NAME/OWNER` format) where the Homebrew formula should be updated. Defaults
to `Homebrew/homebrew-core`.

- `push-to`: a specific fork of `homebrew-tap` where the edit should be pushed to. Defaults to creating or reusing a personal fork of the owner of COMMITTER_TOKEN.
- `push-to`: a specific fork of `homebrew-tap` where the edit should be pushed to.
Defaults to creating or reusing a personal fork of the owner of COMMITTER_TOKEN.
(Note: avoid using an organization-owned fork, as that
[breaks automation for `homebrew-core`](https://github.com/foxglove/mcap/issues/1063)).

- `base-branch`: the branch name in the `homebrew-tap` repository where the
formula should be updated. Defaults to the main branch of the repository.
Expand Down

0 comments on commit 868bf78

Please sign in to comment.