This repository was archived by the owner on Oct 2, 2025. It is now read-only.
Commit effb8b6
authored
fix(gha): fix branch detection error (#4844)
from e.g. https://github.com/spinnaker/orca/actions/runs/13415978286/job/37476832943
Run BRANCHES=$(git branch -r --contains refs/tags/v8.60.0)
BRANCHES is ' origin/HEAD -> origin/master
origin/master'
NUM_BRANCHES is '2'
exactly one branch required to release orca, but there are 2 ( origin/HEAD -> origin/master
origin/master)1 parent d66c0c2 commit effb8b6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments