Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filter out extra line when searching for release origin branch
lately, but not always, the output of `git branch -a --contains` started to include one extra line: ``` remotes/origin/HEAD -> origin/dev remotes/origin/dev ``` The `remotes/origin/HEAD -> origin/dev` is what breaks the sanity check script b/c this is something new, that git has started to report in its output. For example broke here: https://github.com/gluwa/creditcoin3/actions/runs/12985577903/job/36210711957 but not here: https://github.com/gluwa/creditcoin3/actions/runs/12914730298/job/36014957248
- Loading branch information